* Re: Timestamp rounding not working
@ 2008-03-22 16:59 Jose Robins
0 siblings, 0 replies; 9+ messages in thread
From: Jose Robins @ 2008-03-22 16:59 UTC (permalink / raw)
To: Manish; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 2608 bytes --]
Basically I use the custom variable setting. Here are the relevant lines from my custom.el . I also included all my other custome variable org settings in case something was overriding the stamping...
'(org-time-stamp-rounding-minutes 5)
'(org-agenda-custom-commands (quote (("d" todo "DELEGATED" nil) ("c" todo "DONE|DEFERRED|CANCELLED" nil) ("w" todo "WAITING" nil) ("W" agenda "" ((org-agenda-ndays 21))) ("A" agenda "" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp) "\\=.*\\[#A\\]"))) (org-agenda-ndays 1) (org-agenda-overriding-header "Today's Priority #A tasks: "))) ("u" alltodo "" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote scheduled) (quote deadline) (quote regexp) "<[^>
]+>"))) (org-agenda-overriding-header "Unscheduled TODO entries: "))))))
'(org-agenda-files (quote ("/users/jrobins/org/work.org" "/users/jrobins/org/todos.org")))
'(org-agenda-ndays 7)
'(org-agenda-show-all-dates t)
'(org-agenda-skip-deadline-if-done t)
'(org-agenda-skip-scheduled-if-done t)
'(org-agenda-start-on-weekday nil)
'(org-clock-into-drawer 2)
'(org-cycle-include-plain-lists t)
'(org-deadline-warning-days 14)
'(org-display-custom-times t)
'(org-drawers (quote ("PROPERTIES" "CLOCK")))
'(org-emphasis-alist (quote (("*" bold "<b>" "</b>") ("/" italic "<i>" "</i>") ("#
" Highlight "" "") ("_" underline "<u>" "</u>") ("=" org-code "<code>" "</code>" verbatim) ("~" org-verbatim "" "" verbatim) ("+" format-font-lock-strikethru-face "<del>" "</del>"))))
'(org-fast-tag-selection-single-key (quote expert))
'(org-fontify-done-headline t)
'(org-hide-emphasis-markers t)
'(org-hide-leading-stars t)
'(org-remember-store-without-prompt t)
'(org-reverse-note-order t)
'(org-tags-column -120)
'(org-time-stamp-custom-formats (quote ("<%b/%d %a>" . "<WW %V.%w %I:%M %p>")))
'(org-todo-keyword-faces (quote (("WIP" . yellow))))
'(org-todo-keywords (quote ((sequence "TODO" "WIP" "DONE"))))
----- Original Message ----
From: Manish <mailtomanish.sharma@gmail.com>
To: Jose Robins <wulfhomme13-rook@yahoo.com>
Cc: emacs-orgmode@gnu.org
Sent: Saturday, March 22, 2008 9:47:35 AM
Subject: Re: [Orgmode] Timestamp rounding not working
On Sat, Mar 22, 2008 at 9:38 PM, Jose Robins wrote:
>
> I use org-mode 5.21 with xemacs 21.4.21. When I clock in and out of a task,
> the time stamps don't seem to round off to 5 minutes as I have specified in
> the custom settings. Isn't that what the time stamping rounding setting is
> supposed to do? Or do I have that wrong?
>
Can you please show the setting from your .emacs?
-- Manish
[-- Attachment #1.2: Type: text/html, Size: 3430 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] 9+ messages in thread
* Timestamp rounding not working
@ 2008-03-22 16:08 Jose Robins
2008-03-22 16:47 ` Manish
2008-03-22 17:14 ` Carsten Dominik
0 siblings, 2 replies; 9+ messages in thread
From: Jose Robins @ 2008-03-22 16:08 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 283 bytes --]
I use org-mode 5.21 with xemacs 21.4.21. When I clock in and out of a task, the time stamps don't seem to round off to 5 minutes as I have specified in the custom settings. Isn't that what the time stamping rounding setting is supposed to do? Or do I have that wrong?
Thanks,
Jose
[-- Attachment #1.2: Type: text/html, Size: 487 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] 9+ messages in thread
* Re: Timestamp rounding not working
2008-03-22 16:08 Jose Robins
@ 2008-03-22 16:47 ` Manish
2008-03-22 17:14 ` Carsten Dominik
1 sibling, 0 replies; 9+ messages in thread
From: Manish @ 2008-03-22 16:47 UTC (permalink / raw)
To: Jose Robins; +Cc: emacs-orgmode
On Sat, Mar 22, 2008 at 9:38 PM, Jose Robins wrote:
>
> I use org-mode 5.21 with xemacs 21.4.21. When I clock in and out of a task,
> the time stamps don't seem to round off to 5 minutes as I have specified in
> the custom settings. Isn't that what the time stamping rounding setting is
> supposed to do? Or do I have that wrong?
>
Can you please show the setting from your .emacs?
-- Manish
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Timestamp rounding not working
2008-03-22 16:08 Jose Robins
2008-03-22 16:47 ` Manish
@ 2008-03-22 17:14 ` Carsten Dominik
2008-03-22 17:27 ` Jose Robins
2008-03-22 19:23 ` Manish
1 sibling, 2 replies; 9+ messages in thread
From: Carsten Dominik @ 2008-03-22 17:14 UTC (permalink / raw)
To: Jose Robins; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 915 bytes --]
Timestamp rounding does work for timestamps you enter interactively,
and when you
modify a time stamp with the Shift-cursor keys. But the time stamp
inserted by the
clock commands does not do this - I implemented it like this under the
assumption
that people would want to have exact times in this case.
Is this assumption wrong?
- Carsten
On Mar 22, 2008, at 5:08 PM, Jose Robins wrote:
> I use org-mode 5.21 with xemacs 21.4.21. When I clock in and out of
> a task, the time stamps don't seem to round off to 5 minutes as I
> have specified in the custom settings. Isn't that what the time
> stamping rounding setting is supposed to do? Or do I have that wrong?
>
> Thanks,
> 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: 2154 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] 9+ messages in thread
* Re: Timestamp rounding not working
2008-03-22 17:14 ` Carsten Dominik
@ 2008-03-22 17:27 ` Jose Robins
2008-03-22 17:30 ` Carsten Dominik
2008-03-22 19:23 ` Manish
1 sibling, 1 reply; 9+ messages in thread
From: Jose Robins @ 2008-03-22 17:27 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1447 bytes --]
Carsten Dominik wrote:
> Timestamp rounding does work for timestamps you enter interactively,
> and when you
> modify a time stamp with the Shift-cursor keys. But the time stamp
> inserted by the
> clock commands does not do this - I implemented it like this under the
> assumption
> that people would want to have exact times in this case.
>
> Is this assumption wrong?
My *personal* preference is for the rounding to be applied to those time
stamps as well. But I'm not sure of others. May be a custom variable
that allows for this option would be a solution. Also after I've clocked
out, when I do the Shift-cursor keys (on the standard ISO display and
not custom display) on the resulting time stamps.. , the clock still do
not seem to do rounding. I'm still coming into terms with all these time
stamps ...
>
> - Carsten
>
> On Mar 22, 2008, at 5:08 PM, Jose Robins wrote:
>> I use org-mode 5.21 with xemacs 21.4.21. When I clock in and out of a
>> task, the time stamps don't seem to round off to 5 minutes as I have
>> specified in the custom settings. Isn't that what the time stamping
>> rounding setting is supposed to do? Or do I have that wrong?
>>
>> Thanks,
>> Jose
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org <mailto:Emacs-orgmode@gnu.org>
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
[-- Attachment #1.2: Type: text/html, Size: 2742 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] 9+ messages in thread
* Re: Timestamp rounding not working
2008-03-22 17:27 ` Jose Robins
@ 2008-03-22 17:30 ` Carsten Dominik
0 siblings, 0 replies; 9+ messages in thread
From: Carsten Dominik @ 2008-03-22 17:30 UTC (permalink / raw)
To: wulfhomme13-rook; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1721 bytes --]
On Mar 22, 2008, at 6:27 PM, Jose Robins wrote:
>
>
> Carsten Dominik wrote:
>>
>> Timestamp rounding does work for timestamps you enter
>> interactively, and when you
>> modify a time stamp with the Shift-cursor keys. But the time stamp
>> inserted by the
>> clock commands does not do this - I implemented it like this under
>> the assumption
>> that people would want to have exact times in this case.
>>
>> Is this assumption wrong?
> My *personal* preference is for the rounding to be applied to those
> time stamps as well. But I'm not sure of others. May be a custom
> variable that allows for this option would be a solution. Also after
> I've clocked out, when I do the Shift-cursor keys (on the standard
> ISO display and not custom display) on the resulting time stamps.. ,
> the clock still do not seem to do rounding. I'm still coming into
> terms with all these time stamps ...
Rounding during editing with S-cursor was only implemented in 5.23.
From that version on, you also have to set org-timestamp-coudning-
minutes to a list of two numbers.
- Carsten
>
>>
>> - Carsten
>>
>> On Mar 22, 2008, at 5:08 PM, Jose Robins wrote:
>>> I use org-mode 5.21 with xemacs 21.4.21. When I clock in and out
>>> of a task, the time stamps don't seem to round off to 5 minutes as
>>> I have specified in the custom settings. Isn't that what the time
>>> stamping rounding setting is supposed to do? Or do I have that
>>> wrong?
>>>
>>> Thanks,
>>> 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: 3136 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] 9+ messages in thread
* Re: Timestamp rounding not working
2008-03-22 17:14 ` Carsten Dominik
2008-03-22 17:27 ` Jose Robins
@ 2008-03-22 19:23 ` Manish
2008-03-22 19:28 ` Thomas Baumann
1 sibling, 1 reply; 9+ messages in thread
From: Manish @ 2008-03-22 19:23 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
On Sat, Mar 22, 2008 at 10:44 PM, Carsten Dominik
<dominik@science.uva.nl> wrote:
> Timestamp rounding does work for timestamps you enter interactively, and
> when you
> modify a time stamp with the Shift-cursor keys. But the time stamp inserted
> by the
> clock commands does not do this - I implemented it like this under the
> assumption
> that people would want to have exact times in this case.
>
> Is this assumption wrong?
>
Not in my case. I would prefer the clock times to show exact times
and do the rounding only when S-cursor keys are used.
-- Manish
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-03-23 1:14 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22 16:59 Timestamp rounding not working Jose Robins
-- strict thread matches above, loose matches on Subject: below --
2008-03-22 16:08 Jose Robins
2008-03-22 16:47 ` Manish
2008-03-22 17:14 ` Carsten Dominik
2008-03-22 17:27 ` Jose Robins
2008-03-22 17:30 ` Carsten Dominik
2008-03-22 19:23 ` Manish
2008-03-22 19:28 ` Thomas Baumann
2008-03-23 1:14 ` Bernt Hansen
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.