|
@@ -12828,10 +12828,7 @@ headlines matching this string."
|
|
|
org-outline-regexp)
|
|
org-outline-regexp)
|
|
|
" *\\(\\<\\("
|
|
" *\\(\\<\\("
|
|
|
(mapconcat 'regexp-quote org-todo-keywords-1 "\\|")
|
|
(mapconcat 'regexp-quote org-todo-keywords-1 "\\|")
|
|
|
- (org-re
|
|
|
|
|
- (if todo-only
|
|
|
|
|
- "\\>\\)\\)[ \t]+\\(.*?\\)\\(:[[:alnum:]_@#%:]+:\\)?[ \t]*$"
|
|
|
|
|
- "\\>\\)\\)? *\\([^ ].*?\\)\\(:[[:alnum:]_@#%:]+:\\)?[ \t]*$"))))
|
|
|
|
|
|
|
+ (org-re "\\)\\>\\)? *\\(.*?\\)\\(:[[:alnum:]_@#%:]+:\\)?[ \t]*$")))
|
|
|
(props (list 'face 'default
|
|
(props (list 'face 'default
|
|
|
'done-face 'org-agenda-done
|
|
'done-face 'org-agenda-done
|
|
|
'undone-face 'default
|
|
'undone-face 'default
|