mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-28 07:44:49 +00:00
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:
parent
92da128bf9
commit
e2a5eb44cb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user