[Orgmode] Bug: habit: better error handling required [TAG=7.01g]

2010-08-24 Thread paulusm
Hi org-mode people, Whilst playing with the "shaving" example from http://orgmode.org/manual/Tracking-your-habits.html I accidentally put a bad character in the SCHEDULED timestamp. Instead of: "SCHEDULED: <2010-08-26 Thu .+2d/4d>" I had: "SCHEDULED: <2010-08-26 Thu .+2nd/4d>" When trying t

[O] [PATCH] org-capture, removing whitespace from new captures

2011-09-13 Thread paulusm
I found myself manually "cleaning" most CAPTURE buffers of whitespace prior to committing them with C-c C-c. The attached patch adds a new property :whitespace-cleanup to the org-capture-templates. -- Paul. diff --git a/lisp/org-capture.el b/lisp/org-capture.el index a7dc92b..ae5af6d 100644 --