From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: org-do-**mote does not work properly on empty headings Date: Wed, 02 Sep 2015 23:22:43 -0400 Message-ID: <87wpw82nlo.fsf@kyleam.com> References: <87egig47tv.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXL6y-0006qz-4r for emacs-orgmode@gnu.org; Wed, 02 Sep 2015 23:22:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXL6v-0003J9-2e for emacs-orgmode@gnu.org; Wed, 02 Sep 2015 23:22:52 -0400 Received: from mail-qg0-f45.google.com ([209.85.192.45]:34821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXL6u-0003J5-VH for emacs-orgmode@gnu.org; Wed, 02 Sep 2015 23:22:49 -0400 Received: by qgt47 with SMTP id 47so19655044qgt.2 for ; Wed, 02 Sep 2015 20:22:48 -0700 (PDT) In-Reply-To: (Konstantin Kliakhandler's message of "Wed, 2 Sep 2015 21:38:06 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Konstantin Kliakhandler Cc: emacs-orgmode@gnu.org Konstantin Kliakhandler 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