org-gtd.el
org-gtd.el copied to clipboard
fix org-agenda-redo & org-save-all-org-buffers not using gtd context
Adding org-agenda-run-series and org-save-all-org-buffers to org-gtd--agenda-functions so that they get advised to use gtd context.
Hello! Terribly sorry about the delay in responding here.
org-agenda-run-series is not an interactive function, so I hesitate to suggest it should be advised by org-gtd-mode; if you have a specific use for it, then I think it would be better for you to advise it yourself in your own code.
I don't exactly understand what this function does, so maybe if you explain this to me I'll be able to change my mind :)
And as far as org-save-all-org-buffers I think that probably does not need to be advised, does it? Org buffers are org buffers regardless of any of the org-gtd settings?
Without further context, I don't understand the value of changing this code, so I am closing the PR. We can reopen if we should talk about it more!