org-table: Fix named fields with TAB-indentation
commit06c6ba4ac3750032dbbde67fc75c41940f3040c8
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 4 Dec 2015 20:34:40 +0000 (4 21:34 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 4 Dec 2015 20:34:40 +0000 (4 21:34 +0100)
treebf9057facc1877368b600b94e437bc8e0c5be78a
parent54c584738564661a916e3c1a223c8ddab7e29f48
org-table: Fix named fields with TAB-indentation

* lisp/org-table.el (org-table-eval-formula): Properly parse named
  fields when indentation of current line ends with a TAB character.

* testing/lisp/test-org-table.el (test-org-table/tab-indent): New test.

Reported-by: Piotr Gajewski <pg7@outlook.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/103290>
lisp/org-table.el
testing/lisp/test-org-table.el