From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: lower-case TODOs Date: Tue, 17 May 2011 14:34:53 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMQ2i-0001DM-Lp for emacs-orgmode@gnu.org; Tue, 17 May 2011 15:34:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMQ2g-0007mW-Sc for emacs-orgmode@gnu.org; Tue, 17 May 2011 15:34:56 -0400 Received: from mail-px0-f171.google.com ([209.85.212.171]:58604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMQ2g-0007m7-OB for emacs-orgmode@gnu.org; Tue, 17 May 2011 15:34:54 -0400 Received: by pxi7 with SMTP id 7so582060pxi.30 for ; Tue, 17 May 2011 12:34:53 -0700 (PDT) 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: emacs-orgmode I'm considering using lower-case "TODO" keywords -- I tried them out and they're MUCH LESS INTIMITDATING than their upper-case counterparts :-) Can anyone see foresee any big pitfalls with doing this? I did a dry run on a test.org file, and the agenda contained a bunch of * DONE headings (because DONE is no longer a keyword, "done" is). Perhaps if I left the old TOSOs sequence in, and just add the new lower-case TODOs it would work better? (setq org-todo-keywords '( (sequence "todo(t)" "next(s)" "|" "done(d!)") (sequence "TODO(t)" "NEXT(s)" "|" "DONE(d!)") (sequence "waiting(w@/@)" "|" "delegated(e@/@)" "maybe(m)" "someday(o)" "cancelled(c)" "tbv(b)") )) Any other suggestions/warnings? Thanks, --Nate