emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH 0/2] org-clock: Simplify `untilnow' range logic
@ 2018-12-28 21:36 Kyle Meyer
  2018-12-28 21:42 ` [PATCH 1/2] " Kyle Meyer
  2018-12-28 21:42 ` [PATCH 2/2] org-parse-time-string: Describe time stamp matching behavior Kyle Meyer
  0 siblings, 2 replies; 3+ messages in thread
From: Kyle Meyer @ 2018-12-28 21:36 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: jhenahan

Hello,

For the clock table `untilnow' behavior, we set the starting point to
a really old date, but that falls outside the YYYY-MM-DD that
org-parse-time-string was designed to handle.  I've reworked
org-clock-special-range to use nil to represent the starting bound for
`untilnow' and updated org-parse-time-string to mention the YYYY-MM-DD
assumption.

Please let me know if you have any objections.  Otherwise, I'll apply
the following commits to maint in a few days.

  org-clock: Simplify `untilnow' range logic
  org-parse-time-string: Describe time stamp matching behavior

 lisp/org-clock.el | 9 ++++-----
 lisp/org-macs.el  | 4 +++-
 2 files changed, 7 insertions(+), 6 deletions(-)

-- 
2.20.0

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

end of thread, other threads:[~2018-12-28 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-28 21:36 [PATCH 0/2] org-clock: Simplify `untilnow' range logic Kyle Meyer
2018-12-28 21:42 ` [PATCH 1/2] " Kyle Meyer
2018-12-28 21:42 ` [PATCH 2/2] org-parse-time-string: Describe time stamp matching behavior Kyle Meyer

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).