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
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
--