Re: [O] Org agenda started behaving badly

2018-06-14 Thread Marcin Borkowski
On 2018-06-11, at 21:06, Nick Dokos wrote: > Marcin Borkowski 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!)") >> (

Re: [O] Org agenda started behaving badly

2018-06-11 Thread Nick Dokos
Marcin Borkowski 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@)"

[O] Org agenda started behaving badly

2018-06-08 Thread Marcin Borkowski
Hi all, so out of nowhere my org agenda started behaving in a strange way. It seems not to respect my TODO-keywords settings: --8<---cut here---start->8--- (setq org-todo-keywords '((sequence "TODO(t!)" "DONE(d!)") (sequence "SOMEDAY(s!)")