[O] lower-case TODOs

2011-05-17 Thread Nathan Neff
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



Re: [O] lower-case TODOs

2011-05-17 Thread Ido Magal
I replaced all existing todos with lowercase equivalents and don't recall
having any downsides.  I agree that it's a much more pleasant and less
intimidating visual.

On Tue, May 17, 2011 at 12:34, Nathan Neff nathan.n...@gmail.com wrote:


 Can anyone see foresee any big pitfalls with doing this?