branch: externals/org commit 450692255cb6a456fa64e26591e4767597be5b39 Merge: cd4cb4552a 823aed3f95 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Merge branch 'bugfix' --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index c48ec613f3..ebc889463b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -11479,6 +11479,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)