alphapapa / org-ql

A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.
GNU General Public License v3.0
1.35k stars 104 forks source link

Embark support #369

Closed oantolin closed 9 months ago

oantolin commented 9 months ago

This adds support for embark actions on org-ql-find candidates. It only does two things: (1) add a category metadatum of org-remote-heading to the collection used in org-ql-completing-read, (2) define a function that refiles to a completion candidate and, if embark is ever loaded, binds it to R in embark-org-heading-map.

I put those two in separate commits in case you only want the first one.

alphapapa commented 9 months ago

Thanks, Omar!

oantolin commented 9 months ago

Thanks for merging! I'm looking forward to removing the Marginalia configuration from my init.el. 😛