Add category metadatum to org-ql-completing-read

This is all that is needed to gain support for Embark actions on
org-ql-find candidates.
This commit is contained in:
Omar Antolín Camarena 2023-09-08 13:55:36 -06:00 committed by Adam Porter
parent 8250349e35
commit 641ec0ac50

View file

@ -180,6 +180,7 @@ single predicate)."
(collection (input _pred flag)
(pcase flag
('metadata (list 'metadata
(cons 'category 'org-heading)
(cons 'group-function #'group)
(cons 'affixation-function #'affix)
(cons 'annotation-function #'annotate)))