|
@@ -3233,7 +3233,7 @@ means to push this value onto the list in the variable.")
|
|
|
(mapconcat 'regexp-quote org-todo-keywords-1 "\\|")
|
|
|
"\\)\\>\\)?[ \t]*\\(.*\\)")
|
|
|
org-complex-heading-regexp
|
|
|
- (concat "^\\(\\*+\\)\\(?:[ \t]+\\("
|
|
|
+ (concat "^\\(\\*+\\)[ \t]+\\(?:\\("
|
|
|
(mapconcat 'regexp-quote org-todo-keywords-1 "\\|")
|
|
|
"\\)\\>\\)?\\(?:[ \t]*\\(\\[#.\\]\\)\\)?[ \t]*\\(.*?\\)"
|
|
|
"\\(?:[ \t]+\\(:[[:alnum:]_@:]+:\\)\\)?[ \t]*$")
|