-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
Situation: I have a large org file with a number of headlines tagged :article:
(things I might want to read). I like to get all of them at once with a simple org-ql query. I was writing a function to export the buffer so I can have a single file of tags, but it turns out that the links do not transfer because I use the orgmode link syntax in the heading (the [[link][description]]).
Is it possible to have the links be transferred to the org-ql result? Or, at least, have them be highlighted with the org-link face (like links without descriptions are)?
Thank you! Hope this explanation is clear.