Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Peter Davis
Kyle Meyer writes: > Peter Davis writes: > > [...] > >> Hmmm. It worked in the minimal case, but still doesn't work in my >> normal environment. > > Well that gives you something to go on. I'd recommend looking for parts > of your normal Org configuration that seem like they could affect this >

Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Kyle Meyer
Peter Davis writes: [...] > Hmmm. It worked in the minimal case, but still doesn't work in my > normal environment. Well that gives you something to go on. I'd recommend looking for parts of your normal Org configuration that seem like they could affect this and dumping small bits into the min

Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Peter Davis
Kyle Meyer writes: > Peter Davis 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-t

Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Kyle Meyer
Peter Davis 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"

Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Peter Davis
Kyle Meyer writes: > Peter Davis writes: > >> Kyle Meyer writes: >> >>> Peter Davis writes: >>> I'm trying to add a NOTE state so that I can use agenda to quickly view a list of notes that I've embedded in various documents. I have (setq org-todo-keywords '

Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Kyle Meyer
Peter Davis writes: > Kyle Meyer writes: > >> Peter Davis writes: >> >>> I'm trying to add a NOTE state so that I can use agenda to quickly view a >>> list of notes that I've embedded in various documents. I >>> have >>> >>> (setq org-todo-keywords >>> '((sequence "NOTE" "APPT" "TODO" "F

Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Peter Davis
Kyle Meyer writes: > Peter Davis writes: > >> I'm trying to add a NOTE state so that I can use agenda to quickly view a >> list of notes that I've embedded in various documents. I >> have >> >> (setq org-todo-keywords >> '((sequence "NOTE" "APPT" "TODO" "FEEDBACK" "VERIFY" "|" "DONE" >>

Re: [O] Adding user-defined task state for agenda

2015-10-29 Thread Kyle Meyer
Peter Davis writes: > I'm trying to add a NOTE state so that I can use agenda to quickly view a > list of notes that I've embedded in various documents. I > have > > (setq org-todo-keywords > '((sequence "NOTE" "APPT" "TODO" "FEEDBACK" "VERIFY" "|" "DONE" > "DELEGATED" "CANCELLED"))) > >