diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 9b904afca..3c4ed0aee 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -2686,8 +2686,8 @@ Return a plist whose properties and values are: (setq special-column-p (cond ((not special-column-p) nil) - ((string-match "^[ \t]*| *\\\\?\\([\#!$*_^]\\) *|" - row) 'special) + ((string-match "^[ \t]*| *\\\\?\\([/#!$*_^]\\) *|" row) + 'special) ((string-match "^[ \t]*| +|" row) special-column-p)))) (cond ;; Read forced alignment and width information, if any,