Kyle Meyer <k...@kyleam.com> writes: > Peter Davis <p...@pfdstudio.com> writes: > > [...] > >>> Can you reproduce it with emacs -Q and a minimal Org configuration? >> >> I'm not sure how to do that. > > You can put something like > > (add-to-list 'load-path "/path/to/your/org-mode/lisp/") > (require 'org) > > (setq org-todo-keywords > '((sequence "NOTE" "APPT" "TODO" "FEEDBACK" "VERIFY" > "|" "DONE" "DELEGATED" "CANCELLED"))) > > (setq org-agenda-files '("/tmp/test.org")) > > in a file, say org-minconfig.el. > > And something like > > * NOTE h1 > > * TODO h2 > > in /tmp/test.org. > > Then, in the same directory as org-minconfig.el, start emacs with > > $ emacs -Q -l org-minconfig.el --visit /tmp/test.org > > and see if running "M-x org-agenda T NOTE" lists the NOTE heading.
Hmmm. It worked in the minimal case, but still doesn't work in my normal environment. -pd