Re: [Orgmode] TODO state tracking in org-mode

2008-03-22 Thread Manish
On Sat, Mar 22, 2008 at 5:57 AM, Bernt Hansen [EMAIL PROTECTED] wrote: Here's my attempt at documenting how I use task todo keywords and state change tracking in org-mode. * Some Background I am a consultant who works with multiple clients doing programming and system maintenance

[Orgmode] xemacs bug report with version 5.23a

2008-03-22 Thread Jose Robins
I was using org-mode 5.21 with xemacs 21.4.21 till now and I decided to upgrade to org mode 5.23a. When I try to open an org mode file, org mode fails to start with the following backtrace (attached as well) ... I believe I removed the org mode bytecode to make sure the backtrace has the

[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

[Orgmode] org mode columns don't work on xemacs 21

2008-03-22 Thread Jose Robins
I use org-mode 5.21 with xemacs 21.4.21. When I try to use the column features in org -mode, I get a message that emacs 22 is needed for this to work. Question: - Is there any patch or something that I can apply to xemacs 21.4 for this work? - What specific feature in emacs 22 helps this to

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

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

Re: [Orgmode] Re: Add anniversary and org-mode

2008-03-22 Thread Carsten Dominik
Should we put this into CONTRIB? - Carsten On Mar 21, 2008, at 8:55 PM, Thomas Baumann wrote: Bastien Guerry [EMAIL PROTECTED] writes: I use this: (add-hook 'list-diary-entries-hook 'bbdb-include-anniversaries) -- Bastien For those who hardly use the diary (like me), here's a

Re: [Orgmode] Re: Todo Templates

2008-03-22 Thread Carsten Dominik
On Mar 21, 2008, at 6:42 PM, Russell Adams wrote: I completely overlooked the fact that in column mode editing an item with no properties creates those properties. Thats 90% of the way there. Is there a way to specify a default? Hmmm. In principle there is, because you can make a property

Re: [Orgmode] Inactive Timestamps

2008-03-22 Thread Carsten Dominik
I am afraid this is going to be hard, the use of active timestamps is quite strongly hardcoded. I have made a not on my todo list, but I a not optimistic. - Carsten On Mar 21, 2008, at 5:47 PM, Russell Adams wrote: I routinely use inactive timestamps during long tasks to document when

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

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

Re: [Orgmode] org mode columns don't work on xemacs 21

2008-03-22 Thread Eddward DeVilla
I think the answer is no. Columns view I believe is dependent on emacs 22+ features. It can't be used in emacs 21 or xemacs. Carsten has been really good about keeping features portable, so I would guess that what ever prevents it from working is substantial. I'm afraid I don't know the

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

[Orgmode] Re: Timestamp rounding not working

2008-03-22 Thread Thomas Baumann
Manish [EMAIL PROTECTED] writes: 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 +1 Thomas ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Timestamp rounding not working

2008-03-22 Thread Bernt Hansen
Thomas Baumann [EMAIL PROTECTED] writes: Manish [EMAIL PROTECTED] writes: 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 +1 I second/third this. Please let time clocking use exact timestamps. If you

[Orgmode] org-info.js alpha

2008-03-22 Thread Sebastian Rose
Hello out there, the appended package contains the alpha version of the org-info.js mentioned earlier on this list. The script displays XHTML exported org files in an Linuxdoc like way and now supports folding. Just anpack and view the contained org-info.js.html in your browser and love

[Orgmode] Re: TODO state tracking in org-mode

2008-03-22 Thread Bernt Hansen
Manish [EMAIL PROTECTED] writes: It would be even better if you could also share your remember templates setup and OS and version information. Here's a bunch of org-related settings. OS version is Linux (Debian unstable = sid) GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll

Re: [Orgmode] Re: TODO state tracking in org-mode

2008-03-22 Thread Manish
, | On Sun, Mar 23, 2008 at 7:16 AM, Bernt Hansen wrote: | Manish [EMAIL PROTECTED] writes: | |It would be even better if you could also share your remember |templates setup and OS and version information. | | Here's a bunch of org-related settings. | | OS