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
>
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
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
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"
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
'
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
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"
>>
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")))
>
>