Re: [O] Question on org-agenda-custom-commands tags-todo match syntax

2019-01-12 Thread Kyle Meyer
Niall Dooley writes: > (setq org-agenda-custom-commands > '(("p" "List Non-done projects" > tags-todo "-CANCELLED+PROJECT/!+TODO"))) > > My understanding is that in the tags-todo match that entries to the left of > the "/" are the tags, those to the right are the todo keywords and that you > use

[O] Question on org-agenda-custom-commands tags-todo match syntax

2019-01-12 Thread Niall Dooley
Firstly, I've searched online and even posted to both the emacs and orgmode subreddits but to no avail. Consider the following snippet: (setq org-agenda-custom-commands '(("p" "List Non-done projects" tags-todo "-CANCELLED+PROJECT/!+TODO"))) My understanding is that in the tags-todo match that