emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-do-**mote does not work properly on empty headings


From: Kyle Meyer
Subject: Re: [O] org-do-**mote does not work properly on empty headings
Date: Wed, 02 Sep 2015 23:22:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Konstantin Kliakhandler <address@hidden> writes:

>    (setq org-todo-keywords
>          '((type "TODO(t!)" "|" "DONE(d!)" "CANCELLED(c@)")
>            (type "HABIT(h!)" "|" "DONE(d!)")
>            (type "WAITING(w@/!)" "FUTURE(f!/@)" "STARTED(s@/!)" "|"
>  "DONE(d!)")
>            (type "|" "NOTE(n)" "NUMBER(#)" "CREDENTIAL($)" "OBJECT(o)"
>  "TEMP(e)")
>            (type "EVENT(n)")
>            (type "PROJECT(p!)" "|" "COMPLETE(m@)")
>            (type "(-)")
>          ))
> Disregard that there are key collisions, and notice the last entry, which I
> made to be able to easily remove the TODO tags altogether.

One way to remove the TODO state is to give a numeric prefix higher than
the number of states you have.  You have a lot of states, but something
like 'C-99 C-c C-t' should work and is only a little harder to type than
'C-c C-t -'.

--
Kyle



reply via email to

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