Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Manish
On Sat, Mar 22, 2008 at 10:44 PM, Carsten Dominik
<[EMAIL PROTECTED]> 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


___
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


Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Carsten Dominik


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




___
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


Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Jose Robins



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 
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


___
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


Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Carsten Dominik
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


___
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


Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Jose Robins
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 "" "") ("/" italic "" "") 
("#
" Highlight "" "") ("_" underline "" "") ("=" org-code "" 
"" verbatim) ("~" org-verbatim "" "" verbatim) ("+" 
format-font-lock-strikethru-face "" ""
 '(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>" . "")))

 '(org-todo-keyword-faces (quote (("WIP" . yellow
 '(org-todo-keywords (quote ((sequence "TODO" "WIP" "DONE"


- Original Message 
From: Manish <[EMAIL PROTECTED]>
To: Jose Robins <[EMAIL PROTECTED]>
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



___
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


Re: [Orgmode] Timestamp rounding not working

2008-03-22 Thread Manish
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


___
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


[Orgmode] Timestamp rounding not working

2008-03-22 Thread Jose Robins
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