Fix TBLFM line handling
commit6ac8db9dbabd83152612c65a9cd505390a1915d1
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 8 May 2015 08:46:07 +0000 (8 10:46 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 8 May 2015 08:46:07 +0000 (8 10:46 +0200)
tree2eab090a7209a06fc91e540cf4c07f051768a070
parent4980a9dbb8ff1690abb54066da0827e1c37378c8
Fix TBLFM line handling

* lisp/org-table.el (org-table-TBLFM-begin-regexp): Take into
  consideration that table lines are not required to end with "|".
(org-table-calc-current-TBLFM): Properly clean markers at the end of
the process.
(org-table-TBLFM-begin): Small refactoring.
* lisp/org.el (org-at-TBLFM-p): Prevent false positives.

Suggested-by: Oleg Sivokon <olegsivokon@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/97461>
lisp/org-table.el
lisp/org.el