Record search query from macro in history #501
Replies: 1 comment
|
Ok, it seems that I have to turn my query into a string and add it to |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to create a macro that performs a sparse tree search based on some criteria.
I'd like the search query to be recorded in the history used by org-ql so that I can find the query used when I run
M-x org-ql-sparse-treemanually later, so that I can adjust it.How can I do that?
All reactions