org.el: minor fix: delete trailing whitespaces.

This commit is contained in:
Bastien Guerry 2011-08-17 11:12:43 +02:00
parent eb4b035815
commit 163cc38986
1 changed files with 2 additions and 2 deletions

View File

@ -2969,7 +2969,7 @@ lined-up with respect to each other."
(defcustom org-properties-postprocess-alist nil (defcustom org-properties-postprocess-alist nil
"Alist of properties and functions to adjust inserted values. "Alist of properties and functions to adjust inserted values.
Elements of this alist must be of the form Elements of this alist must be of the form
([string] [function]) ([string] [function])
@ -2983,7 +2983,7 @@ and the clock summary:
((\"Remaining\" (lambda(value) ((\"Remaining\" (lambda(value)
(let ((clocksum (org-clock-sum-current-item)) (let ((clocksum (org-clock-sum-current-item))
(effort (org-duration-string-to-minutes (effort (org-duration-string-to-minutes
(org-entry-get (point) \"Effort\")))) (org-entry-get (point) \"Effort\"))))
(org-minutes-to-hh:mm-string (- effort clocksum))))))" (org-minutes-to-hh:mm-string (- effort clocksum))))))"
:group 'org-properties :group 'org-properties