[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] org-add-planning-info: Improve deletion handling
From: |
Kyle Meyer |
Subject: |
[O] [PATCH] org-add-planning-info: Improve deletion handling |
Date: |
Sat, 27 Jun 2015 00:46:32 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Hello,
I've attached a patch that fixes up a few issues I've noticed with
org-add-planning-info. The main one (in terms what I actually see when
editing Org files) is that, when org-adapt-indentation is nil, closing a
repeating TODO heading adds an extra space before the planning info
entry when it cycles back to TODO. For example, marking
* TODO h
SCHEDULED: <2015-06-26 Fri +1w>
as DONE inserts an extra space before SCHEDULED:
* TODO h
SCHEDULED: <2015-07-03 Fri +1w>
:PROPERTIES:
:LAST_REPEAT: [2015-06-26 Fri 23:38]
:END:
:LOGBOOK:
- State "DONE" from "TODO" [2015-06-26 Fri 23:38]
:END:
0001-org-add-planning-info-Improve-deletion-handling.patch
Description: Text Data
--
Kyle
- [O] [PATCH] org-add-planning-info: Improve deletion handling,
Kyle Meyer <=