From e2a5eb44cb8fa367be37134814f8a3704beb9730 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 22 Feb 2012 09:29:03 +0100 Subject: [PATCH] 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. --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c338c7b2d..6bc950b77 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -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)