0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 10:32:52 +00:00

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