Remove space at eol in planning lines

This commit is contained in:
Carsten Dominik 2009-09-12 15:03:20 +02:00
parent 0054bf1105
commit bf923fdb6f
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* org.el (org-store-link): When in agenda buffer, link to
referenced entry.
(org-add-planning-info): Remove spaces at eol.
* org-macs.el (org-with-point-at): Add a `lisp-indent-function'
property.

View File

@ -10194,6 +10194,7 @@ be removed."
(re-search-forward org-closed-time-regexp nil t)))
(replace-match "")
(if (looking-at "--+<[^>]+>") (replace-match ""))
(skip-chars-backward " ")
(if (looking-at " +") (replace-match ""))))
(goto-char (point-max))
(when what