[Orgmode] What does this mean in *agenda*

2007-03-21 Thread Leo
I have seen the following in buffer brought up by "C-c a t". , | Available with `N r': (0)ALL (1)ACTION (2)WAITING (3)DONE ` but when I key 'N r', nothing happens. Best, -- Leo (GPG Key: 9283AA3F) ___ Emacs-orgmode

[Orgmode] org-publish.el 1.80

2007-03-21 Thread David O'Toole
I'm pleased to announce a bugfix release of org-publish.el. http://dto.freeshell.org/e/org-publish.el Changes: + Save window configuration when publishing + Create subdirectories of org-publish-timestamp-directory Some people mailed in feature requests; I will explore those sugges

Re: [Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Jason F. McBrayer
On Wed, 2007-03-21 at 23:21 +0100, Carsten Dominik wrote: > > On Mar 21, 2007, at 15:27, Jason F. McBrayer wrote: > > > >> Carsten Dominik <[EMAIL PROTECTED]> writes: > >> All I really need it for is multiple DONE states (e.g. COMPLETED > >> vs. CANCELLED). The current implementation works okay

Re: [Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Carsten Dominik
On Mar 21, 2007, at 16:11, Carsten Dominik wrote: On Mar 21, 2007, at 15:27, Jason F. McBrayer wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: So I think this solution is much more general and workable. Lets see what other people have to say about it. All I really need it for is mult

Re: [Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Eddward DeVilla
On 3/21/07, Leo <[EMAIL PROTECTED]> wrote: On 2007-03-21, Carsten Dominik said: > - You can now use multiple sets of TODO keywords in the same > buffer. For example, you may put the following three lines > into a file: > > #+SEQ_TODO: TODO DONE > #+SEQ_TODO: REPORT BUG KNO

Re: [Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Carsten Dominik
On Mar 21, 2007, at 15:27, Jason F. McBrayer wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: So I think this solution is much more general and workable. Lets see what other people have to say about it. All I really need it for is multiple DONE states (e.g. COMPLETED vs. CANCELLED). The

Re: [Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Eddward DeVilla
It looks like there might some more discussion here, but I'd like to chime in and say I kinda like what you have done with the multiple sequences. Of course, I'm not using some of the more advanced features such as logging state changes. For my simple use of TODO items, this is pretty nice.

[Orgmode] Todo-list agendas with multiple

2007-03-21 Thread Jason F. McBrayer
The progress on multiple TODO sequences has reminded me of a small thing that bugs me with TODO keyword search agendas. It's not possible to have a TODO keyword search agenda that matches multiple keywords (such as SOMEDAY|MAYBE). You can include multiple TODO keywords in a tag search agenda, but

Re: [Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Jason F. McBrayer
Carsten Dominik <[EMAIL PROTECTED]> writes: > So I think this solution is much more general and > workable. Lets see what other people have to say about it. All I really need it for is multiple DONE states (e.g. COMPLETED vs. CANCELLED). The current implementation works okay for that, though it

Re: [Orgmode] 4.69 and Multiple TODO Sequences in a file

2007-03-21 Thread Carsten Dominik
On Mar 21, 2007, at 11:53, Rick Moynihan wrote: Wow! Barely a week from submitting the idea, and it's implemented in org-mode! This is great! A minor issue I have with the implementation is that it if you have enabled: #+STARTUP: lognotestate org-mode will prompt you for a note when tra

Re: [Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Carsten Dominik
On Mar 21, 2007, at 11:21, Leo wrote: I feel this too complicated. First, I don't think it is complicated at all, try it out. I have already gotten used to it: C-S-right to select the right sequence initially. After that, everything works exactly as before. My description sounds complicated

[Orgmode] 4.69 and Multiple TODO Sequences in a file

2007-03-21 Thread Rick Moynihan
Wow! Barely a week from submitting the idea, and it's implemented in org-mode! This is great! A minor issue I have with the implementation is that it if you have enabled: #+STARTUP: lognotestate org-mode will prompt you for a note when transitioning between different sequences in addition t

[Orgmode] Re: Org-mode 4.69

2007-03-21 Thread Leo
On 2007-03-21, Carsten Dominik said: > - You can now use multiple sets of TODO keywords in the same > buffer. For example, you may put the following three lines > into a file: > > #+SEQ_TODO: TODO DONE > #+SEQ_TODO: REPORT BUG KNOWNCAUSE RESOLVED > #+TYP_TODO: Fred Lau

[Orgmode] Re: Right click on link bug

2007-03-21 Thread Leo
On 2007-03-21, Carsten Dominik said: > Please download 4.69 again (org-version should be 4.69a now), > I forgot to uncomment a line I had commented for testing... > > - Carsten Now fixed. Thanks. -- Leo (GPG Key: 9283AA3F) _

Re: [Orgmode] Re: Right click on link bug

2007-03-21 Thread Carsten Dominik
Please download 4.69 again (org-version should be 4.69a now), I forgot to uncomment a line I had commented for testing... - Carsten On Mar 21, 2007, at 10:33, Leo wrote: On 2007-03-20, Carsten Dominik said: Org-mode 4.69 will have a modified version built-in, so please remove this setup when

[Orgmode] Re: Right click on link bug

2007-03-21 Thread Leo
On 2007-03-20, Carsten Dominik said: > Org-mode 4.69 will have a modified version built-in, > so please remove this setup when switching to the next version. It is not fixed in 4.69. First click: After C-x u org.png Description: org.png Sequent clicks won't do anything. Regards, -- Leo

[Orgmode] Org-mode 4.69

2007-03-21 Thread Carsten Dominik
Hi, Org-mode version 4.69 is available at http://www.astro.uva.nl/~dominik/Tools/org This release contains a few incompatible changes, make sure you check the list below before installing it. Enjoy! - Carsten Changes in Version 4.69 --- * Overview This time the chang

Re: [Orgmode] Org-mode version 4.68

2007-03-21 Thread Bastien
Carsten Dominik <[EMAIL PROTECTED]> writes: > The name for the *combined* export (using all org-agenda-files) > is given by `org-icalendar-combined-name', default "OrgMode". Wasn't aware of that. It fixes the problem for me now. Thanks! -- Bastien ___

Re: [Orgmode] Org-mode version 4.68

2007-03-21 Thread Carsten Dominik
On Mar 16, 2007, at 12:11, Bastien wrote: * .ics export bugs I'm not sure about the definition of X-WR-CALNAME: in .ics files (i can't find it in RFCs), but i assume it's the "name" of the calendar. It's currently set up to "OrgMode". I think it should be the actual name of the o