-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending org-ql-open-link #384
base: master
Are you sure you want to change the base?
Conversation
Extending org-ql-open-link to be able to search across multiple Org files from the agenda or a directory containing Org files (optionally recursively using org-ql-search-directories-files-recursive to true).
Hello Frederick, Thanks, this seems like a good idea. However, before adding two more similar commands, I'd like to think about whether an alternative scheme might be more useful (i.e. the paradigm of doing X at each matching entry, where X in this case is collecting a link and later choosing one to open). I don't know what else we might end up making an Also, as I'd like to keep open the possibility of adding Org QL to Org itself or to GNU ELPA, have you signed the FSF copyright assignment for Emacs, or would you be willing to? Thanks. |
This is good thinking. It could pretty much be any Org element. But then the question becomes: what else is actionable like links? There are multitude of ways to search within a Org file, so in this case I am not sure it is more about searching than searching and performing an action on what is found (in that case, opening a web link). I don't have anything specific on mind, but I will think about that some more.
I don't remember if I did or not, but sure I can sign it. |
Sounds good.
Ok, please let me know when you have done so. |
059b10c
to
77b4c2b
Compare
Waiting for the forms and how to finalize the process. Will circle back here once this is done. Sorry for the delay |
No problem, there's no urgency here. Thanks. |
@alphapapa ok, I just sent them the signed copy. Do you need something else (maybe from them?) |
AFAIK we need to wait for them to send you a final confirmation. Only the Emacs maintainers have access to the list of assignees. Maybe you could email the secretary and ask them to send me a confirmation as well, so then I'd know when we're clear to merge your code. |
Yeah, still waiting for the final signature on their end. Will ping them again if I don't get anything this week thanks |
@alphapapa I just received it, where should I send it? |
I've since found out that I need to get confirmation from either the FSF secretary or the Emacs maintainers. So you could email the secretary and ask them to email me the confirmation, or forward what you have to me, and then I can ask the Emacs maintainers to confirm it to me. Thanks. |
Extending
org-ql-open-link
to be able to search across multiple Org files from the agenda or a directory containing Org files (optionally recursively using org-ql-search-directories-files-recursive to true).Those two new additions are based on
org-ql-find-in-agenda
. This enables to useorg-ql-open-link
but on multiple files from the Org agenda file or a specific directory.This is very helpful for someone that has a lot of Org/ROAM files with a lot of external links to be able to use its Org knowledge base as a place where bookmarks exists (better contextualized than a series of bookmarks in a browser).