Browse Source

Revert "org.el (org-add-planning-info): Use caller's `org-time-was-given' value"

This reverts commit c7abcd514a755a0bd8c4121d9f048996528b9df6.
Bastien 4 years ago
parent
commit
73a78c2518
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -11095,7 +11095,7 @@ among `closed', `deadline', `scheduled' and nil.  TIME indicates
 the time to use.  If none is given, the user is prompted for
 a date.  REMOVE indicates what kind of entries to remove.  An old
 WHAT entry will also be removed."
-  (let (org-end-time-was-given default-time default-input)
+  (let (org-time-was-given org-end-time-was-given default-time default-input)
     (catch 'exit
       (when (and (memq what '(scheduled deadline))
 		 (or (not time)