Protect escape char in `org-complex-heading-regexp-format'

* org.el (org-set-regexps-and-options): Protect escape char in
`org-complex-heading-regexp-format'.
This commit is contained in:
David Maus 2010-08-31 22:58:08 +02:00
parent 0a46f202ca
commit 3d6c1090cb
1 changed files with 1 additions and 1 deletions

View File

@ -4429,7 +4429,7 @@ means to push this value onto the list in the variable.")
"\\(?:[ \t]*\\(?:\\[[0-9%%/]+\\]\\)\\)?" ;; stats cookie
"[ \t]*\\(%s\\)"
"\\(?:[ \t]*\\(?:\\[[0-9%%/]+\\]\\)\\)?" ;; stats cookie
"\\(?:[ \t]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \t]*$")
"\\(?:[ \t]+\\(:[[:alnum:]_@#%%:]+:\\)\\)?[ \t]*$")
org-nl-done-regexp
(concat "\n\\*+[ \t]+"
"\\(?:" (mapconcat 'regexp-quote org-done-keywords "\\|")