mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Merge branch 'bugfix'
This commit is contained in:
commit
0ae701f7fd
@ -350,7 +350,7 @@ called with one argument, the key used for comparison."
|
||||
(lambda (datum name)
|
||||
(goto-char (org-element-property :begin datum))
|
||||
(re-search-forward
|
||||
(format "^[ \t]*#\\+[A-Za-z]+: +%s *$" (regexp-quote name)))
|
||||
(format "^[ \t]*#\\+[A-Za-z]+:[ \t]*%s[ \t]*$" (regexp-quote name)))
|
||||
(match-beginning 0))
|
||||
(lambda (key) (format "Duplicate NAME \"%s\"" key))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user