Trevoke / org-gtd.el

A package for using GTD with org-mode
GNU General Public License v3.0
367 stars 45 forks source link

Rename org-gtd-agenda.el to org-gtd-engage.el #167

Open doolio opened 1 year ago

doolio commented 1 year ago

This renaming aligns it with the name for step 5 of the GTD methodology. Command org-gtd-show-all-next renamed to org-gtd-engage-next as well.

Resolves: #165

doolio commented 1 year ago

I believe the order of functions is how you expect to see them so no changes required in that regard. I'm curious why bothdefun org-gtd-engage and the now renamed defun org-gtd-engage-next exist? Would users not always want to see their scheduled tasks and NEXT tasks in the same view? Otherwise, don't they risk missing a scheduled task if they get into the habit of only invoking org-gtd-engage-next?

(Aside: I assume there is no issue with the command org-gtd-engage having the same name as the file it is in?)