summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-08-17 11:12:43 +0200
committerBastien Guerry <bzg@altern.org>2011-08-17 11:12:43 +0200
commit163cc3898636f6bc957c66df02210ec83d8efeee (patch)
tree6f18adad7678d5ac83a5449ea393621ba55427cd
parenteb4b0358155c91bdb7071ad455f011d2fe629b97 (diff)
downloadorg-mode-163cc3898636f6bc957c66df02210ec83d8efeee.tar.gz
org.el: minor fix: delete trailing whitespaces.
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index fe05ff9..d9572c2 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2969,7 +2969,7 @@ lined-up with respect to each other."
(defcustom org-properties-postprocess-alist nil
"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])
@@ -2983,7 +2983,7 @@ and the clock summary:
((\"Remaining\" (lambda(value)
(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-minutes-to-hh:mm-string (- effort clocksum))))))"
:group 'org-properties