org-exp: Ignore table rows defining parameters for formulas during export

* lisp/org-exp.el (org-table-clean-before-export): Ignore table rows
  defining parameters for formulas during export.
This commit is contained in:
Nicolas Goaziou 2012-02-22 09:29:03 +01:00
parent 92da128bf9
commit e2a5eb44cb
1 changed files with 1 additions and 1 deletions

View File

@ -3267,7 +3267,7 @@ If yes remove the column and the special lines."
((org-table-cookie-line-p x)
;; This line contains formatting cookies, discard it
nil)
((string-match "^[ \t]*| *[!_^/] *|" x)
((string-match "^[ \t]*| *\\([!_^/$]\\|\\\\\\$\\) *|" x)
;; ignore this line
nil)
((or (string-match "^\\([ \t]*\\)|-+\\+" x)