* timestamp rounding question. @ 2008-03-28 4:55 Jose Robins 2008-03-28 15:20 ` Carsten Dominik 0 siblings, 1 reply; 4+ messages in thread From: Jose Robins @ 2008-03-28 4:55 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 681 bytes --] Using org-mode 5.23a with emacs 22.1, I still don't see timestamprounding working during clock in/clock out (OR shift up/down on the timestamp). Also, I'm slightly confused by an earlier thread we had on this subject. At that time I was using 5.20 (or 5.21, I don't remember) and it was mentioned that it would not be possible to do rounding when inserting time. However the custom options for 5.23a show that there is a variable for rounding during time insertion as well as during time modification via the up/down key - my .emacs setting for this looks as follows... '(org-time-stamp-rounding-minutes (quote (5 5))) However neither seem to have an effect... Hmmm.... Jose [-- Attachment #1.2: Type: text/html, Size: 910 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: timestamp rounding question. 2008-03-28 4:55 timestamp rounding question Jose Robins @ 2008-03-28 15:20 ` Carsten Dominik 2008-03-28 20:31 ` Jose Robins 0 siblings, 1 reply; 4+ messages in thread From: Carsten Dominik @ 2008-03-28 15:20 UTC (permalink / raw) To: Jose Robins; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 1285 bytes --] On Mar 28, 2008, at 5:55 AM, Jose Robins wrote: > Using org-mode 5.23a with emacs 22.1, I still don't see timestamp > rounding working during clock in/clock out There is no rounding on clock-in and clockout, as we discussed in the earlier thread. There is rounding when you press S-up or S-down on the *minute* part of a time stamp. If the cursor is no any other part of the tie stamp, that part will be changed and no rounding applied. - Carsten > (OR shift up/down on the timestamp). > Also, I'm slightly confused by an earlier thread we had on this > subject. At that time I was using 5.20 (or 5.21, I don't remember) > and it was mentioned that it would not be possible to do rounding > when inserting time. However the custom options for 5.23a show that > there is a variable for rounding during time insertion as well as > during time modification via the up/down key - my .emacs setting for > this looks as follows... > '(org-time-stamp-rounding-minutes (quote (5 5))) > > However neither seem to have an effect... > Hmmm.... > > Jose > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode [-- Attachment #1.2: Type: text/html, Size: 3401 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: timestamp rounding question. 2008-03-28 15:20 ` Carsten Dominik @ 2008-03-28 20:31 ` Jose Robins 2008-03-29 4:49 ` Carsten Dominik 0 siblings, 1 reply; 4+ messages in thread From: Jose Robins @ 2008-03-28 20:31 UTC (permalink / raw) To: Carsten Dominik; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 2000 bytes --] Carsten, I found out that when I use the **compiled** version of org.el, when I try to do shift up/down on an inactive timestamp, I get an error with the following backtrace... Debugger entered--Lisp error: (void-function signum) signum(-1) org-timestamp-change(-1) org-timestamp-down(1) call-interactively(org-timestamp-down) org-shiftdown(nil) call-interactively(org-shiftdown) However, if I delete the .elc and after restarting emacs, the shift up/down works perfectly. I tried deleting all the .elcs in the directory and I recompiled org.el from within emacs. but the problem still remains... Any idea why this could be. Thanks, Jose Carsten Dominik wrote: > > On Mar 28, 2008, at 5:55 AM, Jose Robins wrote: >> Using org-mode 5.23a with emacs 22.1, I still don't see timestamp >> rounding working during clock in/clock out > > There is no rounding on clock-in and clockout, as we discussed in the > earlier thread. > > There is rounding when you press S-up or S-down on the *minute* part > of a time stamp. If the cursor is no any other part of the tie stamp, > that part will be changed and no rounding applied. > > - Carsten > >> (OR shift up/down on the timestamp). >> Also, I'm slightly confused by an earlier thread we had on this >> subject. At that time I was using 5.20 (or 5.21, I don't remember) >> and it was mentioned that it would not be possible to do rounding >> when inserting time. However the custom options for 5.23a show that >> there is a variable for rounding during time insertion as well as >> during time modification via the up/down key - my .emacs setting for >> this looks as follows... >> '(org-time-stamp-rounding-minutes (quote (5 5))) >> >> However neither seem to have an effect... >> Hmmm.... >> >> Jose >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > [-- Attachment #1.2: Type: text/html, Size: 2868 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: timestamp rounding question. 2008-03-28 20:31 ` Jose Robins @ 2008-03-29 4:49 ` Carsten Dominik 0 siblings, 0 replies; 4+ messages in thread From: Carsten Dominik @ 2008-03-29 4:49 UTC (permalink / raw) To: wulfhomme13-rook; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 2171 bytes --] fixed, thanks. - Carsten On Mar 28, 2008, at 9:31 PM, Jose Robins wrote: > Carsten, > I found out that when I use the **compiled** version of org.el, when > I try to do shift up/down on an inactive timestamp, I get an error > with the following backtrace... > > Debugger entered--Lisp error: (void-function signum) > signum(-1) > org-timestamp-change(-1) > org-timestamp-down(1) > call-interactively(org-timestamp-down) > org-shiftdown(nil) > call-interactively(org-shiftdown) > > However, if I delete the .elc and after restarting emacs, the shift > up/down works perfectly. > > I tried deleting all the .elcs in the directory and I recompiled > org.el from within emacs. but the problem still remains... > Any idea why this could be. > > Thanks, > Jose > > Carsten Dominik wrote: >> >> >> On Mar 28, 2008, at 5:55 AM, Jose Robins wrote: >>> Using org-mode 5.23a with emacs 22.1, I still don't see timestamp >>> rounding working during clock in/clock out >> >> There is no rounding on clock-in and clockout, as we discussed in >> the earlier thread. >> >> There is rounding when you press S-up or S-down on the *minute* >> part of a time stamp. If the cursor is no any other part of the >> tie stamp, that part will be changed and no rounding applied. >> >> - Carsten >> >>> (OR shift up/down on the timestamp). >>> Also, I'm slightly confused by an earlier thread we had on this >>> subject. At that time I was using 5.20 (or 5.21, I don't remember) >>> and it was mentioned that it would not be possible to do rounding >>> when inserting time. However the custom options for 5.23a show >>> that there is a variable for rounding during time insertion as >>> well as during time modification via the up/down key - my .emacs >>> setting for this looks as follows... >>> '(org-time-stamp-rounding-minutes (quote (5 5))) >>> >>> However neither seem to have an effect... >>> Hmmm.... >>> >>> Jose >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Remember: use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> [-- Attachment #1.2: Type: text/html, Size: 2975 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-29 4:49 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-03-28 4:55 timestamp rounding question Jose Robins 2008-03-28 15:20 ` Carsten Dominik 2008-03-28 20:31 ` Jose Robins 2008-03-29 4:49 ` Carsten Dominik
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.