diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 516ee1261..764a48d79 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -1627,7 +1627,8 @@ See the `org-export-latex.el' code for a complete conversion table." (goto-char (point-min)) (while (re-search-forward c nil t) ;; Put the point where to check for org-protected - (unless (get-text-property (match-beginning 2) 'org-protected) + (unless (or (get-text-property (match-beginning 2) 'org-protected) + (org-at-table.el-p)) (cond ((member (match-string 2) '("\\$" "$")) (if (equal (match-string 2) "\\$") nil