[Orgmode] Org-mode version 5.08
Org-mode version 5.08 is available at http://orgmode.org Enjoy - Carsten Changes in Version 5.08 --- * Incompatible changes - The default for `org-deadline-warning-days' is now 14. * Details - There is now a separate interface for fast and directly setting a TODO keyword. This interface kicks in when you have configured keys for TODO keywords like #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c) C-c C-t still does the cycling thing, you need to use a prefix argument to get to the fast interface. Or configure the variable `org-use-fast-todo-selection' to t, then this will be the default and the prefix argument will make the command fall back to cycling. The tag selection no longer does include TODO keywords - Leo's arguments have convinced me that this is not a good idea. If you'd like to see the TODO keywords in the tags interface anyway, set the variable `org-fast-tag-selection-include-todo'. Thanks to Leo and others for input on this issue. - New variable `org-edit-timestamp-down-means-later'. When set, `S-down' on a timestamp will change the timestamp to later. Thanks to Raman for this idea. - Property names can now contain non-ascii word characters. This follows a request from Daniel Clemente. - For export, the date that should be given in the exported file can now be set to a specific value with a line like #+DATE: 15 November 2003 If you want to use the date/time when the file was created, use a format string that will be interpreted by `format-time-string', for example: #+DATE: %Y/%m/%d %X - The default of `org-deadline-warning-days' has changed to 14 days. 30 was really too much, I suspect most people (me included) have changed this. - When a deadline has an individual lead time, this lead time obviously overrules `org-deadline-warning-days'. However, if you bind `org-deadline-warning-days' to a number <=0, for example during a custom agenda command, then the absolute value of this number will be enforced also when a different lead time has been specified. This is useful to get a list of all deadlines coming up in the next N days. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Agenda Focus Mode - An Agenda Idea.
Hi, I keep a list of Project and Next Action verbs in my org file. When i am creating a Next Action or Project headline i try and use these verbs to help keep the language project and action focused. For example my current lists are: Project Verbs --- | Finalize | Resolve | Handle | Examine | Submit | | Maximize | Organize | Complete | Ensure | Update | | Install | Implement | Set-up | Design | Next Action Verbs | Call | Organize | Review | Buy | Fill out | Find | | Purge | Examine | Gather | Print | Take | Load | | Draft | Email| 'Focus Mode' is essentially the same concept as the stuck projects idea. A tool to help me keep projects on track by ensuring that i use more action oriented language for headlines . This is mostly for tasks, but can be used for projects too. I was thinking another agenda search type might do it for me. Something like tags-todo-occur. Like tags-todo, but with a header regexp as well. Example Syntax: "<+->/<+->:" It is general enough to be able to be used by others, but i can also use it to create my Agenda Focus mode. As i could not find any mechanism like this i thought i would suggest it, to see if other people might find it useful. Tim. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: Org-mode version 5.08
On 2007-09-05 09:36 +0100, Carsten Dominik wrote: > Org-mode version 5.08 is available at > > http://orgmode.org Compiler warnings are getting longer and longer. See: , | In org-columns-eval: | org.el:14725:8:Warning: `next-line' used from Lisp code | That command is designed for interactive use only ` , | In org-publish-org-to-html: | org-publish.el:461:8:Warning: function `org-publish-org-to-html' defined | multiple times in this file ` , | In org-mouse-show-context-menu: | org-mouse.el:194:24:Warning: reference to free variable | `org-mouse-context-menu-function' | | In org-mouse-replace-match-and-surround: | org-mouse.el:260:25:Warning: reference to free variable `rest' | | In org-mouse-get-priority: | org-mouse.el:312:37:Warning: reference to free variable | `org-default-priority' | | In org-mouse-at-link: | org-mouse.el:318:26:Warning: reference to free variable | `org-bracket-link-regexp' | org-mouse.el:319:26:Warning: reference to free variable | `org-angle-link-re' | org-mouse.el:320:26:Warning: reference to free variable | `org-plain-link-re' | | In org-mouse-priority-list: | org-mouse.el:343:34:Warning: reference to free variable | `org-lowest-priority' | | In org-mouse-popup-global-menu: | org-mouse.el:459:22:Warning: reference to free variable | `org-agenda-custom-commands' | | In org-mouse-todo-keywords: | org-mouse.el:552:57:Warning: reference to free variable | `org-todo-keywords' | | In org-mouse-match-todo-keyword: | org-mouse.el:558:34:Warning: reference to free variable | `org-todo-regexp' | | In org-mouse-context-menu: | org-mouse.el:572:31:Warning: reference to free variable | `org-deadline-string' | org-mouse.el:572:51:Warning: reference to free variable | `org-scheduled-string' | org-mouse.el:595:52:Warning: reference to free variable | `org-startup-options' | | In org-mouse-do-remotely: | org-mouse.el:972:35:Warning: reference to free variable `_cmd' ` -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: log on state change
On 2007-09-05 04:28 +0100, Carsten Dominik wrote: >> make an user option to swap C-c C-t and C-u C-c C-t i.e. C-c C-t >> cycle through todo states >> >> automatically shortcut for todos: >> - if it is specified by user then use it >> - otherwise, use the first letter of the name of the todos >> - if the first letter has been taken, use the subsequent >>letter >> - continue until a unique letter is found > > That mechanism already exists for tags, easy to re-use it. I have yet to see such a feature in org. I don't want to manually define shortcuts for each keywords, instead I want org to do that automatically for me. Is there a hidden option to enable that feature? -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: log on state change
You need to define at least one shortcut, Org-mode will assign the rest. Granted, the algorithm could be a lot better, but it does it. - Carsten On Sep 5, 2007, at 12:06, Leo wrote: On 2007-09-05 04:28 +0100, Carsten Dominik wrote: make an user option to swap C-c C-t and C-u C-c C-t i.e. C-c C-t cycle through todo states automatically shortcut for todos: - if it is specified by user then use it - otherwise, use the first letter of the name of the todos - if the first letter has been taken, use the subsequent letter - continue until a unique letter is found That mechanism already exists for tags, easy to re-use it. I have yet to see such a feature in org. I don't want to manually define shortcuts for each keywords, instead I want org to do that automatically for me. Is there a hidden option to enable that feature? -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: Org-mode version 5.08
On Sep 5, 2007, at 11:52, Leo wrote: On 2007-09-05 09:36 +0100, Carsten Dominik wrote: Org-mode version 5.08 is available at http://orgmode.org Compiler warnings are getting longer and longer. See: , | In org-columns-eval: | org.el:14725:8:Warning: `next-line' used from Lisp code | That command is designed for interactive use only ` This is necessary, forward-line does not do the right thing. , | In org-publish-org-to-html: | org-publish.el:461:8:Warning: function `org-publish-org-to-html' defined | multiple times in this file ` Easily cleaned up. David? , | In org-mouse-show-context-menu: | org-mouse.el:194:24:Warning: reference to free variable | `org-mouse-context-menu-function' [...] org-mouse.el needs to (require 'org). Piotr? | | In org-mouse-do-remotely: | org-mouse.el:972:35:Warning: reference to free variable `_cmd' ` This is a variable that is dynamically scoped from a macro in Org-mode. Piotr, you can get rid of this warning with (note that there is no value!) (defvar _cmd) ; from org.el - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Scheduled events persists unless deleted
Hi! Still very new to Org... my setup is very simple at the moment, 1 file for work and 1 file for home. At the top of each of those files, I keep a "* Event" entry and I put my meetings and events under there. If , for example, and event is scheduled for yesterday, it will show up today as well in my agenda, with "2x" in front of it. I have to delete the entry if I want it to go away. Since these are often not related to ToDo, I would like to keep them but I would like them to appear only on the day they are scheduled. Is it possible? Thanks, Carl ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Agenda Focus Mode - An Agenda Idea.
Do you mean for interactive use, to be able to specify the regexp at the prompt? Or in an org-agenda-custom-command? - Carsten On Sep 5, 2007, at 11:46, Tim O'Callaghan wrote: Hi, I keep a list of Project and Next Action verbs in my org file. When i am creating a Next Action or Project headline i try and use these verbs to help keep the language project and action focused. For example my current lists are: Project Verbs --- | Finalize | Resolve | Handle | Examine | Submit | | Maximize | Organize | Complete | Ensure | Update | | Install | Implement | Set-up | Design | Next Action Verbs | Call | Organize | Review | Buy | Fill out | Find | | Purge | Examine | Gather | Print | Take | Load | | Draft | Email| 'Focus Mode' is essentially the same concept as the stuck projects idea. A tool to help me keep projects on track by ensuring that i use more action oriented language for headlines . This is mostly for tasks, but can be used for projects too. I was thinking another agenda search type might do it for me. Something like tags-todo-occur. Like tags-todo, but with a header regexp as well. Example Syntax: "<+->/<+->:" It is general enough to be able to be used by others, but i can also use it to create my Agenda Focus mode. As i could not find any mechanism like this i thought i would suggest it, to see if other people might find it useful. Tim. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Scheduled events persists unless deleted
Carl Bolduc said unto the world upon 09/05/2007 09:02 AM: Hi! Still very new to Org... my setup is very simple at the moment, 1 file for work and 1 file for home. At the top of each of those files, I keep a "* Event" entry and I put my meetings and events under there. If , for example, and event is scheduled for yesterday, it will show up today as well in my agenda, with "2x" in front of it. I have to delete the entry if I want it to go away. Since these are often not related to ToDo, I would like to keep them but I would like them to appear only on the day they are scheduled. Is it possible? Thanks, Carl Hi Carl, I'm pretty new, too. But, for an event such as a meeting, have you tried not scheduling it, but instead simply marking it with an active timestamp? Try something like this: * Events ** Meeting with with Pat about foos and bars <2007-09-09 10:30-12:00> *** TODO Prepare notes on foos and bars for meeting with Pat SCHEDULED: <2007-09-04 Thu> DEADLINE: <2007-09-08 Mon -2d> HTH, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Agenda Focus Mode - An Agenda Idea.
On 05/09/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > Do you mean for interactive use, to be able to specify the regexp at > the prompt? > Or in an org-agenda-custom-command? > I meant an org-agenda-custom-command, but it might be useful at the command prompt. Tim. > - Carsten > > On Sep 5, 2007, at 11:46, Tim O'Callaghan wrote: > > > Hi, > > > > I keep a list of Project and Next Action verbs in my org file. When i > > am creating a Next Action or Project headline i try and use these > > verbs to help keep the language project and action focused. > > > > For example my current lists are: > > > > Project Verbs --- > > | Finalize | Resolve | Handle | Examine | Submit | > > | Maximize | Organize | Complete | Ensure | Update | > > | Install | Implement | Set-up | Design | > > > > Next Action Verbs > > | Call | Organize | Review | Buy | Fill out | Find | > > | Purge | Examine | Gather | Print | Take | Load | > > | Draft | Email| > > > > 'Focus Mode' is essentially the same concept as the stuck projects > > idea. A tool to help me keep projects on track by ensuring that i use > > more action oriented language for headlines . This is mostly for > > tasks, but can be used for projects too. > > > > I was thinking another agenda search type might do it for me. > > Something like tags-todo-occur. Like tags-todo, but with a header > > regexp as well. > > Example Syntax: "<+->/<+->:" > > > > It is general enough to be able to be used by others, but i can also > > use it to create my Agenda Focus mode. As i could not find any > > mechanism like this i thought i would suggest it, to see if other > > people might find it useful. > > > > Tim. > > > > > > ___ > > Emacs-orgmode mailing list > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > > > -- > Carsten Dominik > Sterrenkundig Instituut "Anton Pannekoek" > Universiteit van Amsterdam > Kruislaan 403 > NL-1098SJ Amsterdam > phone: +31 20 525 7477 > > ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Scheduled events persists unless deleted
Brian van den Broek said unto the world upon 09/05/2007 09:22 AM: *** TODO Prepare notes on foos and bars for meeting with Pat SCHEDULED: <2007-09-04 Thu> DEADLINE: <2007-09-08 Mon -2d> Hi all, To forestall possible confusion: the days of the week are messed up because I composed my last in my email client by copy, paste, and adjust of actual org mode schedule and deadline data rather than in an org-mode buffer. Oh, and this all occurred before my first coffee brewed :-) Best, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Agenda Focus Mode - An Agenda Idea.
On Sep 5, 2007, at 15:23, Tim O'Callaghan wrote: On 05/09/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: Do you mean for interactive use, to be able to specify the regexp at the prompt? Or in an org-agenda-custom-command? I meant an org-agenda-custom-command, Check Appendix A5, near the end if it, there are examples on how to use `org-agenda-skip-function', and it includes the option to select on or against a regular expression. You need something like (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "^\\*+\\)) Note that I have anchored the regexp at the beginning of the headline with "^\\*+", to make sure that it only matches in the headline and not somewhere in the tree. but it might be useful at the command prompt. This is currently not possible. - Carsten Tim. - Carsten On Sep 5, 2007, at 11:46, Tim O'Callaghan wrote: Hi, I keep a list of Project and Next Action verbs in my org file. When i am creating a Next Action or Project headline i try and use these verbs to help keep the language project and action focused. For example my current lists are: Project Verbs --- | Finalize | Resolve | Handle | Examine | Submit | | Maximize | Organize | Complete | Ensure | Update | | Install | Implement | Set-up | Design | Next Action Verbs | Call | Organize | Review | Buy | Fill out | Find | | Purge | Examine | Gather | Print | Take | Load | | Draft | Email| 'Focus Mode' is essentially the same concept as the stuck projects idea. A tool to help me keep projects on track by ensuring that i use more action oriented language for headlines . This is mostly for tasks, but can be used for projects too. I was thinking another agenda search type might do it for me. Something like tags-todo-occur. Like tags-todo, but with a header regexp as well. Example Syntax: "<+->/<+->:" It is general enough to be able to be used by others, but i can also use it to create my Agenda Focus mode. As i could not find any mechanism like this i thought i would suggest it, to see if other people might find it useful. Tim. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Scheduled events persists unless deleted
This is becoming a FAQ, if anyone has an idea how I should present this more clearly in the documentation, let me know. - Carsten On Sep 5, 2007, at 15:22, Brian van den Broek wrote: Carl Bolduc said unto the world upon 09/05/2007 09:02 AM: Hi! Still very new to Org... my setup is very simple at the moment, 1 file for work and 1 file for home. At the top of each of those files, I keep a "* Event" entry and I put my meetings and events under there. If , for example, and event is scheduled for yesterday, it will show up today as well in my agenda, with "2x" in front of it. I have to delete the entry if I want it to go away. Since these are often not related to ToDo, I would like to keep them but I would like them to appear only on the day they are scheduled. Is it possible? Thanks, Carl Hi Carl, I'm pretty new, too. But, for an event such as a meeting, have you tried not scheduling it, but instead simply marking it with an active timestamp? Try something like this: * Events ** Meeting with with Pat about foos and bars <2007-09-09 10:30-12:00> *** TODO Prepare notes on foos and bars for meeting with Pat SCHEDULED: <2007-09-04 Thu> DEADLINE: <2007-09-08 Mon -2d> HTH, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Agenda Focus Mode - An Agenda Idea.
On 05/09/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On Sep 5, 2007, at 15:23, Tim O'Callaghan wrote: > > > On 05/09/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > >> Do you mean for interactive use, to be able to specify the regexp at > >> the prompt? > >> Or in an org-agenda-custom-command? > >> > > > > I meant an org-agenda-custom-command, > > Check Appendix A5, near the end if it, there are examples on how to use > `org-agenda-skip-function', and it includes the option to > select on or against a regular expression. You need something like > > (org-agenda-skip-function > '(org-agenda-skip-entry-if 'notregexp "^\\*+\\)) > > Note that I have anchored the regexp at the beginning of the headline > with > "^\\*+", to make sure that it only matches in the headline and not > somewhere > in the tree. > Thanks, I shall play with this. For the record, i did look at Appendix5, but notregexp was not mentioned. Could you add it to the A5 Examples? This is a close approximation to what i want to do, and should be useful for focusing next actions. Checking Projects would require tag inheritance i think. > > > but it might be useful at the > > command prompt. > > This is currently not possible. > Ok. Tim. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Scheduled events persists unless deleted
Carl Bolduc said unto the world upon 09/05/2007 09:27 AM: Nice!, that fixes my problem. Although I liked the fact that I could hit C-c C-s to get the calendar and just clicking on the date to schedule the events. Is there another key binding to trigger the calendar for selecting a timestamp without scheduling the event? Thanks, Carl On 9/5/07, Brian van den Broek <[EMAIL PROTECTED]> wrote: Carl Bolduc said unto the world upon 09/05/2007 09:02 AM: Hi! Still very new to Org... my setup is very simple at the moment, 1 file for work and 1 file for home. At the top of each of those files, I keep a "* Event" entry and I put my meetings and events under there. If , for example, and event is scheduled for yesterday, it will show up today as well in my agenda, with "2x" in front of it. I have to delete the entry if I want it to go away. Since these are often not related to ToDo, I would like to keep them but I would like them to appear only on the day they are scheduled. Is it possible? Thanks, Carl Hi Carl, I'm pretty new, too. But, for an event such as a meeting, have you tried not scheduling it, but instead simply marking it with an active timestamp? Try something like this: * Events ** Meeting with with Pat about foos and bars <2007-09-09 10:30-12:00> *** TODO Prepare notes on foos and bars for meeting with Pat SCHEDULED: <2007-09-04 Thu> DEADLINE: <2007-09-08 Mon -2d> HTH, Brian vdB Hi Carl, I'm glad that helped. For the new question: C-h f org-time-stamp should sort you out. Two other things: 1) Please reply to the list by default, not to me personally. (`Reply to All' should be an option in your mail client.) 2) Unless someone leaps into to tell me that I'm wrong about the emacs-orgmode list culture, please don't top post. Best, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] canonical modifications to makefile for ubuntu feisty emacs 22.1.1?
Hi all, In addition to being pretty new to org-mode, I'm also an emacs novice. I am running ubuntu feisty with emacs 22.1.1 from the feisty backports repository. At some point, I made a mess of things in upgrading org-mode; stupidly I sometimes modified the makefile so as to install the local lisp files to a local lisp tree ~/emacs/site-lisp (loaded by my .emacs) and sometimes so that they ended up in /usr/local/share/emacs/site-lisp. My bad. This just bit me as I installed 5.08 and ended up running 5.07a despite that until I worked things out. Bandage applied to foot, all seems fine for now. But, I'd like not to shoot myself again. As yet, I've been modifying the makefile on the basis of hope, rather than knowledge. Could someone with a similar OS/emacs combo please suggest what's the right thing to do? Thanks and best, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Scheduled events persists unless deleted
On 9/5/07, Brian van den Broek <[EMAIL PROTECTED]> wrote: > > Carl Bolduc said unto the world upon 09/05/2007 09:27 AM: > > > > > Nice!, that fixes my problem. Although I liked the fact that I could hit > C-c > > C-s to get the calendar and just clicking on the date to schedule the > > events. Is there another key binding to trigger the calendar for > selecting a > > timestamp without scheduling the event? > > Thanks, > > Carl > > > > On 9/5/07, Brian van den Broek <[EMAIL PROTECTED]> wrote: > >> Carl Bolduc said unto the world upon 09/05/2007 09:02 AM: > >>> Hi! > >>> > >>> Still very new to Org... my setup is very simple at the moment, 1 file > >> for > >>> work and 1 file for home. At the top of each of those files, I keep a > "* > >>> Event" entry and I put my meetings and events under there. > >>> > >>> If , for example, and event is scheduled for yesterday, it will show > up > >>> today as well in my agenda, with "2x" in front of it. I have to delete > >> the > >>> entry if I want it to go away. Since these are often not related to > >> ToDo, I > >>> would like to keep them but I would like them to appear only on the > day > >> they > >>> are scheduled. > >>> > >>> Is it possible? > >>> Thanks, > >>> Carl > >> Hi Carl, > >> > >> I'm pretty new, too. But, for an event such as a meeting, have you > >> tried not scheduling it, but instead simply marking it with an active > >> timestamp? Try something like this: > >> > >> * Events > >> > >> ** Meeting with with Pat about foos and bars > >> <2007-09-09 10:30-12:00> > >> > >> *** TODO Prepare notes on foos and bars for meeting with Pat > >> SCHEDULED: <2007-09-04 Thu> DEADLINE: <2007-09-08 Mon -2d> > >> > >> > >> HTH, > >> > >> Brian vdB > >> > > > > > Hi Carl, > > I'm glad that helped. > > For the new question: > >C-h f org-time-stamp > > should sort you out. > > Two other things: > > 1) Please reply to the list by default, not to me personally. (`Reply > to All' should be an option in your mail client.) > > 2) Unless someone leaps into to tell me that I'm wrong about the > emacs-orgmode list culture, please don't top post. > > > Best, > > Brian vdB > Understood! I was just using the default of Gmail... Thank you Carl ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: Org-mode version 5.08
Carsten Dominik schrieb: > > Org-mode version 5.08 is available at > > http://orgmode.org > > Enjoy > > - Carsten > > > Changes in Version 5.08 > --- > > * Incompatible changes > > - The default for `org-deadline-warning-days' is now 14. > > * Details > > - There is now a separate interface for fast and directly > setting a TODO keyword. This interface kicks in when you > have configured keys for TODO keywords like > > #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c) > > C-c C-t still does the cycling thing, you need to use a > prefix argument to get to the fast interface. Or configure > the variable `org-use-fast-todo-selection' to t, then this > will be the default and the prefix argument will make the > command fall back to cycling. > > The tag selection no longer does include TODO keywords - > Leo's arguments have convinced me that this is not a good > idea. If you'd like to see the TODO keywords in the tags > interface anyway, set the variable > `org-fast-tag-selection-include-todo'. Thanks to Leo and > others for input on this issue. > > - New variable `org-edit-timestamp-down-means-later'. When > set, `S-down' on a timestamp will change the timestamp to > later. Thanks to Raman for this idea. > > - Property names can now contain non-ascii word characters. > This follows a request from Daniel Clemente. > > - For export, the date that should be given in the exported > file can now be set to a specific value with a line like > > #+DATE: 15 November 2003 > > If you want to use the date/time when the file was created, > use a format string that will be interpreted by > `format-time-string', for example: > > #+DATE: %Y/%m/%d %X > > - The default of `org-deadline-warning-days' has changed to 14 > days. 30 was really too much, I suspect most people (me > included) have changed this. > > - When a deadline has an individual lead time, this lead time > obviously overrules `org-deadline-warning-days'. However, > if you bind `org-deadline-warning-days' to a number <=0, for > example during a custom agenda command, then the absolute > value of this number will be enforced also when a different > lead time has been specified. This is useful to get a list > of all deadlines coming up in the next N days. Carsten, it look slike the PDF manual is still 5.07? Rainer ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: log on state change
On 2007-09-05 04:32 +0100, Carsten Dominik wrote: >> Here is another suggestion: why not restrict the fast selection to TODO >> keywords when the point is at TODO keywords, and to tags when the point >> is on tags? > > Definitely a NO. Who would want to move the cursor before setting > tags??? I also feel the same way as Carsten. -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Scheduled events persists unless deleted
Carsten Dominik said unto the world upon 09/05/2007 09:54 AM: This is becoming a FAQ, if anyone has an idea how I should present this more clearly in the documentation, let me know. - Carsten On Sep 5, 2007, at 15:22, Brian van den Broek wrote: Carl Bolduc said unto the world upon 09/05/2007 09:02 AM: Hi! Still very new to Org... my setup is very simple at the moment, 1 file for work and 1 file for home. At the top of each of those files, I keep a "* Event" entry and I put my meetings and events under there. If , for example, and event is scheduled for yesterday, it will show up today as well in my agenda, with "2x" in front of it. I have to delete the entry if I want it to go away. Since these are often not related to ToDo, I would like to keep them but I would like them to appear only on the day they are scheduled. Is it possible? Thanks, Carl, I'm reflexively anti top-posting. But, I guess you can take Carsten's practice to indicate that I might have been wrong about top posting to this list :-) Carsten, Your question seems a tough one to me. I almost posted the same form of question when I first encountered org-mode. Once I worked it out, I looked over the manual to see how it was I missed it, and what changes might have made that less likely. No offence to Carl or any other posers of the question, but I couldn't see how I did miss it, and I concluded my brain had been on the fritz when I read the relevant parts :-) Perhaps part of the issue is that the TODO items chapter comes long before the timestamp chapter? Maybe that naturally leads many minds to think that TODO's are org-mode's basic way of registering events, etc.? I've not reread all the relevant sections in a while and this is typed pretty much at the speed of thought. But, perhaps it would help to add the following text to the end of 8.3 Deadlines and Scheduling: ``SCHEDULED and DEADLINE keywords introduce advanced warnings into the agenda display for the items with which they are associated. If you wish an item to be included in the agenda display on some particular day without any notation of an impending event introduced into the display of previous days of the agenda, simply include an active timestamp in the item without any SCHEDULED or DEADLINE keywords. You will still be able to see such items coming up when viewing the agenda display in week/month/year view, but there will be no notation introduced into the display of the days in advance of the day of the timestamp.'' That's clumsy, but it's the best I can do in the time I have :-) HTH, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: log on state change
On 2007-09-05 11:23 +0100, Carsten Dominik wrote: > You need to define at least one shortcut, Org-mode will assign the rest. > Granted, the algorithm could be a lot better, but it does it. > > - Carsten Can we remove the 'at least one shortcut' limitation? -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: log on state change
On 2007-09-05 04:28 +0100, Carsten Dominik wrote: >>'C-n' and 'C-p' can move to the next/previous todo state >> >>The arrow indicates the current state. > > I don't think it is even necessary, to mark the current state. > This is important for tags because of inheritance, and because you > can change several tags with a single call to C-c C-c. For for a single > TODO state change? I can live with this. >> >>Only shortcut in the row indicated by the 'arrow' is in effect >>thus allows (D)one to (D)elegated to co-exist. > > Well, I think allowing the same letter to mean different things will > be confusing and will make this special interface less effective. Fine for now. >> Some of the points might be also helpful for tags. > > I can't really see which ones, the TAG interface does all this. I was not aware of some features of tags. Thanks for implementing this in org! -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: Org-mode version 5.08
On 2007-09-05 09:36 +0100, Carsten Dominik wrote: > The tag selection no longer does include TODO keywords - > Leo's arguments have convinced me that this is not a good > idea. If you'd like to see the TODO keywords in the tags > interface anyway, set the variable > `org-fast-tag-selection-include-todo'. Thanks to Leo and > others for input on this issue. As this new feature of selecting todo using "C-c C-c" has not been around for long, it should be OK to remove it completely. All in all, it is in a development version and it looks like 'C-c C-t' should be the recommended way. -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] canonical modifications to makefile for ubuntu feisty emacs 22.1.1?
Brian van den Broek said unto the world upon 09/05/2007 10:42 AM: Hi all, In addition to being pretty new to org-mode, I'm also an emacs novice. I am running ubuntu feisty with emacs 22.1.1 from the feisty backports repository. At some point, I made a mess of things in upgrading org-mode; stupidly I sometimes modified the makefile so as to install the local lisp files to a local lisp tree ~/emacs/site-lisp (loaded by my .emacs) and sometimes so that they ended up in /usr/local/share/emacs/site-lisp. My bad. Could someone with a similar OS/emacs combo please suggest what's the right thing to do? Hi all, I got a couple of off-list replies. I summarize them here for future googlers :-) Both replies suggested that ~/emacs/site-lisp was probably the right thing. (You can ensure that works by including a line like (add-to-list 'load-path "/home/brian/emacs/site-lisp") early in your .emacs.) The really helpful bit was reminding me that I ought to run the make dance as me, rather than by sudo'ing. This will ensure that the process will only work if I am indeed installing into my local directory. Thanks to those who wrote, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: log on state change
Yes (setg org-use-fast-tag-selection t) - Carsten On Sep 5, 2007, at 17:23, Leo wrote: On 2007-09-05 11:23 +0100, Carsten Dominik wrote: You need to define at least one shortcut, Org-mode will assign the rest. Granted, the algorithm could be a lot better, but it does it. - Carsten Can we remove the 'at least one shortcut' limitation? -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Agenda Focus Mode - An Agenda Idea.
On Sep 5, 2007, at 16:27, Tim O'Callaghan wrote: Thanks, I shall play with this. For the record, i did look at Appendix5, but notregexp was not mentioned. Could you add it to the A5 Examples? I could, but I am planning to have more options, so be sure to check the docstring of org-agenda-skip-if. - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] reply to all reminder in list footer?
Hi all, Carsten, I've had a few private replies to posts of mine to the list of late. When in response to questions of mine, googleable knowledge is being lost. When sent as a follow-up question to an answer I've posted, there is a risk that I won't notice it was sent to me privately, and the original inquirer won't get further help. Both seem bad outcomes, though less bad than the possible consequences of `Reply-to' header munging :-) In the mail lists I've administered, I've had some success in addressing the problem by including a `Reply All' reminder in the list footer. So, instead of including the text Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode at the foot of each post, how about: 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 Best, Brian vdB ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: Org-mode version 5.08
On Sep 5, 2007, at 16:55, Rainer Stengele wrote: Carsten, it look slike the PDF manual is still 5.07? Rainer No, maybe you need to press RELOAD? - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Two org-remember bugs in 5.07
Hi, I think I've discovered two problems with org's remember integration. Sadly I use 5.07 since 5.08 hasn't been incorporated Emacs trunk yet. Here's my remember setup: --8<---cut here---start->8--- (setq org-default-notes-file "~/org/main.org" org-remember-default-headline "Remember" org-remember-templates '(;; TODOs (?t "* TODO %?\n(created: %U)\n%i\n%a") ;; Ideas (?i "* Idea: %^{Title}\n(created: %U)\n%?\n%i\n%a") ;; Notes (?n "* Note: %?\n(created: %U)\n%i\n%a"))) (setq remember-annotation-functions '(org-remember-annotation) remember-handler-functions'(org-remember-handler) org-remember-store-without-prompt t) (add-hook 'remember-mode-hook 'org-remember-apply-template) --8<---cut here---end--->8--- The file ~/org/main.org is my only org file. It starts with * Remember #+CATEGORY: Remember ** TODO ... ... and several level-1 headlines and categories follow. When I file an item with remember, it should be added as subitem to the "* Remember" headline. Bug 1: That doesn't happen. The new TODO, idea or note is appended to the file. It's always the last entry of the last headline. I also tried letting org-remember-default-headline at its default value "" and used remember templates like (?t "* TODO %?\n(created: %U)\n%i\n%a" nil "Remember") but that makes no difference. I also tried using "* Remember" as headline, but still no luck. Bug 2: The docs say ,[ (info "(org)Storing notes") ] | If the variable `org-adapt-indentation' is non-nil, the entire | text is also indented so that it starts in the same column as the | headline (after the asterisks). ` but that doesn't happen, although its value is t. For example a todo made with the remember template above results in something like this. --8<---cut here---start->8--- ** TODO test (created: [2007-09-05 Wed 18:02]) [[info:org:Storing%20notes][org:Storing notes]] --8<---cut here---end--->8--- I would expect the "(created..." and the link to be aligned with the headline. I inserted spaces after the \n in the template, because the doc-string of `org-adapt-indentation' says that column 0 entries in the body won't be aligned, but then only the single space is inserted, resulting in --8<---cut here---start->8--- ** TODO test (created: [2007-09-05 Wed 18:02]) [[info:org:Storing%20notes][org:Storing notes]] --8<---cut here---end--->8--- I'll check if the problem still persists with 5.08 as soon as it's included in the emacs trunk. Please ping me when that's done. Bye, Tassilo ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: Org-mode version 5.08
Carsten Dominik schrieb: > > On Sep 5, 2007, at 16:55, Rainer Stengele wrote: >> Carsten, >> >> it look slike the PDF manual is still 5.07? >> >> Rainer > > No, maybe you need to press RELOAD? > > - Carsten > sorry - its correct - its always the same error under windows. I have the pdf open and when copying the new files over the old ones the pdf cannot be overwritten. once again - sorry. Rainer begin:vcard fn:Rainer Stengele n:Stengele;Rainer org:diplan GmbH;Administration adr:;;Wetterkreuz 27;Erlangen;;91058;Germany email;internet:[EMAIL PROTECTED] title:Technical Control - Senior Administrator tel;work:+49(0)9131 777 885 tel;fax:+49(0)9131 777 888 url:http://www.diplan.de version:2.1 end:vcard ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: log on state change
On 2007-09-05 16:43 +0100, Carsten Dominik wrote: > Yes > > (setg org-use-fast-tag-selection t) > > - Carsten But this is only tags. Is there a similar one to todo? I haven't found it though. -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: Org-mode version 5.08
On 2007-09-05 09:36 +0100, Carsten Dominik wrote: > - There is now a separate interface for fast and directly > setting a TODO keyword. This interface kicks in when you > have configured keys for TODO keywords like > > #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c) > > C-c C-t still does the cycling thing, you need to use a > prefix argument to get to the fast interface. Or configure > the variable `org-use-fast-todo-selection' to t, then this > will be the default and the prefix argument will make the > command fall back to cycling. This does not work for todo set in org-todo-keywords. -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] new (?) bug (?) in org-remember
Hi all -- The question marks are because I'm not sure this is new; nor am I sure it's a bug. However, I noticed today that if I'm in an agenda view and call org-remember, I get the remember buffer and the initial prompt asking me to select a template. When I select the template, the remember buffer remains empty and I get "wrong type argument: stringp, nil" in the mini-buffer. Everything works as expected if I call org-remember while in an org buffer. I'm not sure that this is new with org 5.08 because I've only recently increased my use of both agenda and org-remember significantly. And I don't know whether the call to org-remember is supposed to work while in agenda view. Fedora 7, Emacs 22.1.1, org 5.08, set-up based on John Wiegley's (excellent) howto on using org mode as dayplanner. -- John Rakestraw signature.asc Description: PGP signature ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] new (?) bug (?) in org-remember
Yes, this is a new bug. Thanks for the report, will be fixed in 5.09. - Carsten On Sep 5, 2007, at 23:32, John Rakestraw wrote: Hi all -- The question marks are because I'm not sure this is new; nor am I sure it's a bug. However, I noticed today that if I'm in an agenda view and call org-remember, I get the remember buffer and the initial prompt asking me to select a template. When I select the template, the remember buffer remains empty and I get "wrong type argument: stringp, nil" in the mini-buffer. Everything works as expected if I call org-remember while in an org buffer. I'm not sure that this is new with org 5.08 because I've only recently increased my use of both agenda and org-remember significantly. And I don't know whether the call to org-remember is supposed to work while in agenda view. Fedora 7, Emacs 22.1.1, org 5.08, set-up based on John Wiegley's (excellent) howto on using org mode as dayplanner. -- John Rakestraw ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: log on state change
On Sep 5, 2007, at 22:13, Leo wrote: On 2007-09-05 16:43 +0100, Carsten Dominik wrote: Yes (setg org-use-fast-tag-selection t) - Carsten But this is only tags. Yes, I was talking about tags all the time. Is there a similar one to todo? I haven't found it though. There is org-use-fast-todo-selection, but setting it to t does not yet really force letters for all keywords, you still need to have configured at least one key. This is a-symmetric and will be fixed. One reason why automatic key assignment currently sucks is because the algorithm is relatively stupid. Needs to be improved. - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: Org-mode version 5.08
On Sep 5, 2007, at 22:14, Leo wrote: On 2007-09-05 09:36 +0100, Carsten Dominik wrote: - There is now a separate interface for fast and directly setting a TODO keyword. This interface kicks in when you have configured keys for TODO keywords like #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c) C-c C-t still does the cycling thing, you need to use a prefix argument to get to the fast interface. Or configure the variable `org-use-fast-todo-selection' to t, then this will be the default and the prefix argument will make the command fall back to cycling. This does not work for todo set in org-todo-keywords. It does work for me, but you need to restart org-mode to get it working. Also there is a small bug still with C-u not falling back to cycling. - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] insert item under previous headline (feature request?)
On Sep 5, 2007, at 7:47, Bastien wrote: BTW, interactively selecting the place for the newly inserted remember note does not work properly for me: This is, in fact, completely broken. Very weired. - Carsten , | Cursor Key Note gets inserted | position | buffer-start as level 2 heading at end of file | on headline as sublevel of the heading at cursor |/as same level, before/after current heading | not onat cursor position, level taken from context. | headline ` - / inserts notes as sublevel, not as same level. - RET at the beginning of buffer inserts the remember note at level 1 before the first note, not as level 2 at end of file. Tested with 5.07a and two dummy templates like: (setq org-remember-templates '((?n "* %?\n %i\n %a" "~/org/notes.org") (?N "* %?\n %i\n %a" "~/org/notes.org" "Notes"))) ... and with a note.org like: , | * Notes | | ** Nothing | ** Nothing more ` -- Bastien ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: log on state change
On 2007-09-05 22:43 +0100, Carsten Dominik wrote: >> Is there a similar one to todo? I haven't found >> it though. > > There is org-use-fast-todo-selection, but setting it to t does not yet > really force letters for all keywords, you still need to have configured > at least one key. This is a-symmetric and will be fixed. > > One reason why automatic key assignment currently sucks is because > the algorithm > is relatively stupid. Needs to be improved. i see ;) > > - Carsten -- Leo (GPG Key: 9283AA3F) Gnus is one component of the Emacs operating system. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Feature Request: org-agenda-set-category
I'm perfectly happy to do this with properties rather than categories. But I suggested categories because that is what agenda views are using at present in the left column. Could we perhaps introduce a special property that is used by org-agenda to build the left column? > "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> On Sep 4, 2007, at 20:00, Bastien wrote: Carsten> >> "T. V. Raman" <[EMAIL PROTECTED]> writes: >> >>> It would be nice to have an interactive >>> org-agenda-set-category alongside org-agenda-set-tag in >>> the agenda buffer. >> >> I think it doesn't make sense to have >> `org-agenda-set-category' until we are able to set the >> category as a property of the headline. >> >> For now categories (like the archiving locations) are set >> by looking *backward* for a line like #+CATEGORY or >> #+ARCHIVE. >> >> When setting the category with `org-agenda-set-category', >> where should such a line be inserted/modified? Just above >> the headline? Then storing this headline won't delete the >> #+CATEGORY line. Just under the headline? Then the >> headline itself won't be recognized as belonging to that >> category... See the discussion here: >> >> http://article.gmane.org/gmane.emacs.orgmode/2898 >> >> Please anybody stops me if I'm wrong, but I guess the >> #+ARCHIVE and #+CATEGORY instructions are slowly dying and >> will be set as properties in the future. Carsten> Carsten> I have been thinking in this direction as well. The Carsten> only problem is that properties are quite invisible Carsten> during normal working. Carsten> Carsten> But I agree that the multiple #+CATEGORY things in a Carsten> single file are complex and not very clean, so Carsten> properties might be better. >> >> Then, in the new world, where such #+CONSTRUCTS are only >> used to set *file* properties (not headlines properties), Carsten> Carsten> Yes, I'd like to go there, eventually. Carsten> >> it will be okay to set whatever property you want through >> the column view -- and perhaps the column view itself >> would be available in the agenda ebuffer Carsten> Carsten> it is! Carsten> Carsten> Carsten> Carsten> ___ Carsten> Emacs-orgmode mailing list Emacs-orgmode@gnu.org Carsten> http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP:http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC:irc://irc.freenode.net/#emacs ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Feature Request: org-agenda-set-category
"T. V. Raman" <[EMAIL PROTECTED]> writes: > Could we perhaps introduce a special property that is used by > org-agenda to build the left column? What about: :PROPERTIES: :CATEGORY: general :ARCHIVE: archives:: :END: as a future replacement for #+CATEGORY and #+ARCHIVE? -- Bastien ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode