Backwards Compat: org-agenda-bulk-unmark-all requires txt property
A few of the marking/unmarking functions in org-agenda (for bulk operations) require the 'txt text property to differentiate between different search results.
This commit is contained in:
parent
fbbf2f99da
commit
6f4abbdb03
1 changed files with 1 additions and 0 deletions
|
|
@ -974,6 +974,7 @@ return an empty string."
|
|||
;; FIXME: Use proper prefix
|
||||
(concat " " it)
|
||||
(org-add-props it properties
|
||||
'txt string
|
||||
'org-agenda-type 'search
|
||||
'org-category category
|
||||
'todo-state todo-keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue