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:
commit
a39d94b38e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user