summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-11 23:03:01 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-11 23:03:01 +0200
commit52ba1a27ad7ba917afc3a0d16f5c1b86f9c8d8ed (patch)
tree160b0e6d838ee2eaa94c35ae607a7a3572a20091
parent384d7634473bbe89ef41cb85d1d372d14ce292f8 (diff)
parentd20fc4d7c5973e2c07feb321f959471d946aff57 (diff)
downloadorg-mode-52ba1a27ad7ba917afc3a0d16f5c1b86f9c8d8ed.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 630166c..f59e2ce 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1010,7 +1010,7 @@ Store them in the capture property list."
;; Use 00:00 when no time is given for another
;; date than today?
(apply #'encode-time
- (append '(0 0 0)
+ (append `(0 0 ,org-extend-today-until)
(cl-cdddr (decode-time prompt-time)))))
((string-match "\\([^ ]+\\)--?[^ ]+[ ]+\\(.*\\)"
org-read-date-final-answer)