"Jacob S. Gordon" <jacob.as.gor...@gmail.com> writes:
This should be possible! Setting `org-clock-rounding-minutes' to a
non-integer value will use the `car' of `org-timestamp-rounding-minutes'.
wow, I completely missed that while reading the org-clock source code (and didn't even search for
it!) :-)
Thank you so much, it was really helpful!
I wish it was documented in `org-clock-in` and `org-clock-out` help pages (I might get around doing
it when I have time)
┌────
│ (setopt org-clock-rounding-minutes nil
│ org-timestamp-rounding-minutes '(5 5))
└────
(unrelated) I really like this style for quoting snippets. Did you customize
`message-mark-insert-{begin,end}`, correct?
Cheers,