summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2011-11-23 07:36:07 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2011-11-23 07:36:07 +0100
commit6107173c781ea12aacda7ce9b618de6154f24d7c (patch)
tree0f3ca00592450905ef3e24d2d17971443f038eb4
parent78f7382879c0c5218d252687a2330cd8d4b92a43 (diff)
downloadorg-mode-6107173c781ea12aacda7ce9b618de6154f24d7c.tar.gz
Require parse-time for `org-read-date-get-relative'
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 5d52884..ed73613 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15240,6 +15240,7 @@ WHAT is \"d\", \"w\", \"m\", or \"y\" for day, week, month, year.
N is the number of WHATs to shift.
DEF-FLAG is t when a double ++ or -- indicates shift relative to
the DEFAULT date rather than TODAY."
+ (require 'parse-time)
(when (and
(string-match
(concat