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

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

[elpa] externals/org 1f5afbbcfb 2/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 1f5afbbcfb 2/2: Merge branch 'bugfix'
Date: Wed, 7 Dec 2022 06:57:57 -0500 (EST)

branch: externals/org
commit 1f5afbbcfbc3cec7c94223ce389580890c94448d
Merge: 06648d43e4 5d14e88c51
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

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

diff --git a/lisp/org.el b/lisp/org.el
index fca3ab880d..a2a4f9f30a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -11383,7 +11383,7 @@ See also `org-scan-tags'."
                             (pv (match-string 7 term))
                             (regexp (eq (string-to-char pv) ?{))
                             (strp (eq (string-to-char pv) ?\"))
-                            (timep (string-match-p "^\"[[<][0-9]+.*[]>]\"$" 
pv))
+                            (timep (string-match-p 
"^\"[[<]\\(?:[0-9]+\\|now\\|today\\|tomorrow\\|[+-][0-9]+[dmwy]\\).*[]>]\"$" 
pv))
                             (po (org-op-to-function (match-string 6 term)
                                                     (if timep 'time strp))))
                        (setq pv (if (or regexp strp) (substring pv 1 -1) pv))



reply via email to

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