|
@@ -493,7 +493,7 @@ Group 1 contains drawer's name or \"END\".")
|
|
|
|
|
|
(defconst org-property-drawer-re
|
|
(defconst org-property-drawer-re
|
|
(concat "^[ \t]*:PROPERTIES:[ \t]*\n"
|
|
(concat "^[ \t]*:PROPERTIES:[ \t]*\n"
|
|
- "\\(?:[ \t]*:\\S-+:\\(?: .*\\)?[ \t]*\n\\)*"
|
|
|
|
|
|
+ "\\(?:[ \t]*:\\S-+:\\(?: .*\\)?[ \t]*\n\\)*?"
|
|
"[ \t]*:END:[ \t]*$")
|
|
"[ \t]*:END:[ \t]*$")
|
|
"Matches an entire property drawer.")
|
|
"Matches an entire property drawer.")
|
|
|
|
|