emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: Extra space inserted in repeated tasks' date line


From: Markus Berlin
Subject: [O] Bug: Extra space inserted in repeated tasks' date line
Date: Mon, 15 Aug 2011 14:02:43 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

some time ago I noticed this small bug (small but it keeps annoying me!):

If the following are set:

  (setq org-log-done 'time)
  (setq org-log-repeat nil)

then if you press C-c C-t on a repeated tasks, like this one:

* TODO do nothing
  SCHEDULED: <2011-08-12 Fr .+2d>

an extra space is introduced just before "SCHEDULED", i.e. you get:

* TODO do nothing
   SCHEDULED: <2011-08-17 Mi .+2d>
  ^

instead of what you want:

* TODO do nothing
  SCHEDULED: <2011-08-17 Mi .+2d>


I get this with the current version from git. This must have been
introduced somewhere before version 7.5, I think, but I cannot say
exactly when...

Best wishes,
Markus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]