[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 450692255c 2/2: Merge branch 'bugfix'
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 450692255c 2/2: Merge branch 'bugfix' |
Date: |
Tue, 18 Mar 2025 15:59:37 -0400 (EDT) |
branch: externals/org
commit 450692255cb6a456fa64e26591e4767597be5b39
Merge: cd4cb4552a 823aed3f95
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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)