Explorar o código

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

This reverts commit c7abcd514a755a0bd8c4121d9f048996528b9df6.
Bastien %!s(int64=4) %!d(string=hai) anos
pai
achega
73a78c2518
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)