progfolio / doct

DOCT: Declarative Org Capture Templates for Emacs
GNU General Public License v3.0
380 stars 8 forks source link

Refactor "symbolic-parent" to :group #4

Closed progfolio closed 4 years ago

progfolio commented 4 years ago

"Group" is the concept we want. The fact that it's implemented with symbols is irrelevant. The group keyword should also take a string as its value to describe the group:

(:group "My Group" :foo t ;etc
            :children (("Example" ;...
)))