branch: externals-release/org
commit 823aed3f95903b2c7c5d201604b8aa3d594b7c38
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    org-scan-tags: Set 'urgency property for agenda
    
    * lisp/org.el (org-scan-tags): Add urgency property needed after
    8fab6eeef2.
    
    Reported-by: Doug Harris <dhar...@gmail.com>
    Link: 
https://orgmode.org/list/CA+yDbKu_05PmtBS4o2Ts0mw6ifHKLNvFyM1=fyvuyqtg6a4...@mail.gmail.com
---
 lisp/org.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org.el b/lisp/org.el
index 1da5aef230..55c3adfec5 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -11430,6 +11430,7 @@ headlines matching this string."
                 'todo-state todo
                  'ts-date ts-date
                 'priority priority
+                 'urgency priority
                  'type (concat "tagsmatch" ts-date-type))
               (push txt rtn))
              ((functionp action)

Reply via email to