emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org agenda started behaving badly


From: Marcin Borkowski
Subject: Re: [O] Org agenda started behaving badly
Date: Fri, 15 Jun 2018 06:23:06 +0200
User-agent: mu4e 1.1.0; emacs 27.0.50

On 2018-06-11, at 21:06, Nick Dokos <address@hidden> wrote:

> Marcin Borkowski <address@hidden> writes:
>
>> Hi all,
>>
>> so out of nowhere my org agenda started behaving in a strange way.  It
>> seems not to respect my TODO-keywords settings:
>>
>> (setq org-todo-keywords
>>       '((sequence "TODO(t!)" "DONE(d!)")
>>      (sequence "SOMEDAY(s!)")
>>      (sequence "CANCELLED(c@)")
>>      (sequence "WAIT(w!)" "|")))
>>
>> i.e., it now shows all the "CANCELLED" items as if "CANCELLED" was not
>> a todo keyword at all.  When I visit the offending file and issue M-x
>> normal-mode, everything is back to normal again.
>
> What does C-h v org-todo-keywords RET say when you see the problem? Is
> it possible that there is a local variable shadowing the global setting?

Thanks, but I found the culprit.  I was visiting my Org files (in my
init.el, I have e.g. this: (org-agenda-prepare-buffers
(org-agenda-files))) _before_ setting org-todo-keywords...  Stupid
mistake, sorry for the noise.

Best,

--
Marcin Borkowski
http://mbork.pl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]