Re: [O] Modify clock in/out time to previous/following full quarter of an hour. = proposal

2012-09-18 Thread Rainer Stengele
Am 13.09.2012 12:06, schrieb Rainer Stengele: Hi! My whole clocking is based on whole quarters of an hour. When clocking in and out I always adjust the clocks to the previous or the following quarter. I do not like to fiddle within minute-wise details. Clocking in mostly is moved to the

Re: [O] Modify clock in/out time to previous/following full quarter of an hour. = proposal

2012-09-18 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: I'd like to know if other Org users are also adjusting clock entries to full quarters (halfs) of hours all the time. What do you think? I think bosses are mostly interested by clocktables, not by all the CLOCK lines in a headline.

Re: [O] Modify clock in/out time to previous/following full quarter of an hour.

2012-09-18 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: How could I achieve this? Which hook should I use? How? (I never programmed something like this). (defun my-org-adjust-clock-timestamps () (interactive) (let ((org-time-stamp-rounding-minutes '(0 15))) (save-excursion

[O] Modify clock in/out time to previous/following full quarter of an hour.

2012-09-13 Thread Rainer Stengele
Hi! My whole clocking is based on whole quarters of an hour. When clocking in and out I always adjust the clocks to the previous or the following quarter. I do not like to fiddle within minute-wise details. Clocking in mostly is moved to the previous, clock out time to the following full quarter.