org-linker-edna icon indicating copy to clipboard operation
org-linker-edna copied to clipboard

Is it possible to create dependencies across different org files and set triggers to alter tags ?

Open lyndhurst opened this issue 6 months ago • 0 comments

Hi,

I am fairly new to Emacs and I am not familiar with Helm unfortunately, I am a Doom Emacs and Consult user.

Your package really looks like the little workflow push my GTD implementation desperately needs, so thank you for that :+1: I managed to install your packages and the dependencies without any issues.

Most dependencies I would be using org-linker-edna for, are between tasks located in different org files, and trying out the command, I am only offered to pick a candidate from the current buffer. I checked variables, and all I found was org-linker-buffer-function which is set to org-agenda-files.

I still suck at Elisp, but I tried looking at org-edna-linker.el. I feel like I could maybe override the function below so it looks for headers through all my agenda files. Before I waste days trying to make it work, I decided to try and ask you first if there is any chance that could work...

(defun org-linker-edna-todo-candidates ()
  (buffer-local-value 'org-todo-keywords-1 (current-buffer)))

On top of that the triggers I was thinking of using were almost exclusively about removing tags; and when testing out, I could 'only' mess wiih schedule, deadline and todo. Do you think I could add that too, or would I be better off rethinking my workflow ?

Thanks for your time.

lyndhurst avatar Jul 30 '24 12:07 lyndhurst