1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-03 11:33:46 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2012-02-22 09:31:10 +01:00
commit a39d94b38e

View File

@ -3273,7 +3273,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)