emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Recurring TODO with hours not scheduled correctly
@ 2019-12-03  6:03 Justin Vallon
  2019-12-07 16:00 ` PATCH: " Justin Vallon
  0 siblings, 1 reply; 3+ messages in thread
From: Justin Vallon @ 2019-12-03  6:03 UTC (permalink / raw)
  To: emacs-orgmode

Newbie org-mode user.  Wondering about some odd recurrence behavior.

emacs --no-init-file

# test.org

* TODO shovel snow

M-x org-schedule RET RET

* TODO shovel show
  SCHEDULED: <2019-12-03 Tue>

Add time:

* TODO shovel show
  SCHEDULED: <2019-12-03 Tue 09:00 .+1h>

Complete: C-c C-t

* TODO shovel show
  SCHEDULED: <2019-12-03 Tue 10:00 .+1h>
  :PROPERTIES:
  :LAST_REPEAT: [2019-12-03 Tue 00:52]
  :END:
  - State "DONE"       from "TODO"       [2019-12-03 Tue 00:52]

Again: complete: C-c C-t

* TODO shovel show
  SCHEDULED: <2019-12-03 Tue 11:00 .+1h>
  :PROPERTIES:
  :LAST_REPEAT: [2019-12-03 Tue 00:57]
  :END:
  - State "DONE"       from "TODO"       [2019-12-03 Tue 00:57]
  - State "DONE"       from "TODO"       [2019-12-03 Tue 00:52]

My understanding of .+TERM is that the new scheduled time should be now
+ term.  However, from this instance and testing with other terms, it
seems to be "current date + scheduled-time" + HOURS.  Completing again
advances the time by one hour, leaving the date as today.

For ".+2d", the new scheduled date/time is 2d away (at the same time),
and re-completing does not change the new schedule time.

(equal org-version "9.1.9")

-- 
-Justin
JustinVallon@gmail.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-12 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03  6:03 Recurring TODO with hours not scheduled correctly Justin Vallon
2019-12-07 16:00 ` PATCH: " Justin Vallon
2019-12-12 11:16   ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).