emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [PATCH] org.el: Inhibit insertion of superfluous space character in


From: Valentin Wüstholz
Subject: [O] [PATCH] org.el: Inhibit insertion of superfluous space character in org-add-planning-info.
Date: Mon, 8 Aug 2011 15:48:44 +0200

Hi,

I've noticed that org-add-planning-info adds a superfluous space
character when a repeated task is marked as DONE and gets rescheduled.

Example:

* TODO foo
  SCHEDULED: <2011-08-08 Mon +1d>

This becomes (after pressing Shift-Right a few times):

* TODO foo
   SCHEDULED: <2011-08-09 Tue +1d>
  :LOGBOOK:
  - State "DONE"       from "WAITING"    [2011-08-08 Mon 15:33]
  :END:
  :PROPERTIES:
  :LAST_REPEAT: [2011-08-08 Mon 15:33]
  :END:

Note the additional space character before "SCHEDULED".

I've attached a patch that seems to fix this issue.

Best regards,

Valentin

Attachment: org.el.diff.txt
Description: Text document


reply via email to

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