Trevoke / org-gtd.el

A package for using GTD with org-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defcustom group argument value seems incorrect in org-gtd-delegate.el

doolio opened this issue · comments

The following defcustom :group argument value seems incorrect in org-gtd-delegate.el:

:group 'org-gtd-organize

Should it not have a value of 'org-gtd-delegate instead? In addition, is this file missing a defgroup form to ensure its customization settings appear under the org-gtd parent group?

Well, it depends on how we think about this. At the moment I still think of it as a customizable part of the "organize" section of the flow, but I can probably be convinced that, potentially, all types of tasks should have customizable behavior, and therefore that this should be part of a org-gtd-delegate subsection of the customize area.

At the moment I still think of it as a customizable part of the "organize" section of the flow

I do too. In fact, I was going to suggest at some point that the org-gtd-delegate.el file be merged into the org-gtd-organize.el file.

Delegate is an action type, and organize is a process step. How does your mind reconcile that without also saying that we should move quick action, single action, calendar, incubate, knowledge, trash, and projects into organize?