emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 0ae701f: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 0ae701f: Merge branch 'bugfix'
Date: Mon, 4 Oct 2021 02:57:20 -0400 (EDT)

branch: externals/org
commit 0ae701f7fdd8b510dc266c289fd4437e1fca1d06
Merge: 1acacd6 bd0493e
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Merge branch 'bugfix'
---
 lisp/org-lint.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-lint.el b/lisp/org-lint.el
index 5c64c5a..da5e6ae 100644
--- a/lisp/org-lint.el
+++ b/lisp/org-lint.el
@@ -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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]