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: Konstantin Kliakhandler
Subject: Re: [O] org-do-**mote does not work properly on empty headings
Date: Wed, 2 Sep 2015 22:24:17 -0500

Good to know, thanks!

-- 
Konstantin Kliakhandler
    http://slumpy.org
          )°) )°( (°(

On 2 September 2015 at 22:22, Kyle Meyer <address@hidden> wrote:
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]