Re: [O] org-habit: completed-glyph not shown in graph-column

2015-08-11 Thread Mario Martelli
Hi Nicolas, > Shouldn't it be > > :LOGGING: TODO(!) WAIT(!) | DONE(!) CANCELED(!) > > Otherwise, DONE is not considered as a final keyword. Only CANCELED is. thanks for the hint. I was not aware that ‘|’ is also necessary within LOGGING: Nevertheless I’ve changed the logging property to:

Re: [O] org-habit: completed-glyph not shown in graph-column

2015-08-11 Thread Nicolas Goaziou
Hello, Mario Martelli writes: > The configuration of my habit file is: > > * Habits > :PROPERTIES: > :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!) > :END: Shouldn't it be :LOGGING: TODO(!) WAIT(!) | DONE(!) CANCELED(!) Otherwise, DONE is not considered as a final keyword. Only CANC