Sylvain Rousseau <this...@gmail.com> writes: >> One possible enhancement: allow using only the capture/agenda >> template instead of the full template in > `org-context-capture-alist' >> and `org-context-agenda-alist'. > > Good idea! Adding it to my todo list with org-context ;-)
Actually I love your idea so much I just implemented it in core. See these new options: org-agenda-custom-commands-contexts org-capture-templates-contexts The basic idea is the same than yours, except you only need to define rules for the agenda/capture keys. It's also extending the notion of context by allowing to check against modes, not only files. Please let me know what do you think. And thanks again for this simple and beautiful idea. -- Bastien