Merge branch 'maint'

This commit is contained in:
Bastien 2020-02-12 09:16:49 +01:00
commit d614c89f5d
1 changed files with 2 additions and 1 deletions

View File

@ -4017,7 +4017,8 @@ When PARSE is non-nil, values from keywords belonging to
(skip-chars-backward " \t")
(point))))
(if parsed?
(org-element--parse-objects beg end nil restrict)
(save-match-data
(org-element--parse-objects beg end nil restrict))
(org-trim (buffer-substring-no-properties beg end)))))
;; If KWD is a dual keyword, find its secondary value.
;; Maybe parse it.