* Feature Request: org-agenda-set-category
@ 2007-09-04 13:18 T. V. Raman
2007-09-04 18:00 ` Bastien
2007-09-05 1:00 ` Xavier Maillard
0 siblings, 2 replies; 15+ messages in thread
From: T. V. Raman @ 2007-09-04 13:18 UTC (permalink / raw)
To: emacs-orgmode
It would be nice to have an interactive org-agenda-set-category
alongside org-agenda-set-tag
in the agenda buffer.
This would allow one to quickly categorize tasks.
Later, it might also be nice to implement a function that say
rearranges all todo entries of a particular category under a
common section. I find myself doing this by hand at present, and
Emacs will probably do it better than my fingers.
--
Best Regards,
--raman
Email: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-04 13:18 Feature Request: org-agenda-set-category T. V. Raman
@ 2007-09-04 18:00 ` Bastien
2007-09-05 2:16 ` T. V. Raman
2007-09-05 3:40 ` Carsten Dominik
2007-09-05 1:00 ` Xavier Maillard
1 sibling, 2 replies; 15+ messages in thread
From: Bastien @ 2007-09-04 18:00 UTC (permalink / raw)
To: emacs-orgmode
"T. V. Raman" <raman@users.sf.net> 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. We already (as of 5.07) have these new properties when
archiving:
:ARCHIVE_TIME: 2007-09-01 sam 05:54
:ARCHIVE_FILE: ~/org/bzg.org
:ARCHIVE_CATEGORY: nothot
Then, in the new world, where such #+CONSTRUCTS are only used to set
*file* properties (not headlines properties), 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, which
would let you have your `org-agenda-set-category'.
(Of course #+CATEGORY will remain, but only as a way to categorize
files, not headlines.)
> This would allow one to quickly categorize tasks.
Yes, as the column view allows quick selection of *any* property.
> Later, it might also be nice to implement a function that say
> rearranges all todo entries of a particular category under a common
> section. I find myself doing this by hand at present, and Emacs will
> probably do it better than my fingers.
Maybe `org-sort-entries' could group entries that have a property in
common.
--
Bastien
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-04 13:18 Feature Request: org-agenda-set-category T. V. Raman
2007-09-04 18:00 ` Bastien
@ 2007-09-05 1:00 ` Xavier Maillard
1 sibling, 0 replies; 15+ messages in thread
From: Xavier Maillard @ 2007-09-05 1:00 UTC (permalink / raw)
To: raman; +Cc: emacs-orgmode
It would be nice to have an interactive org-agenda-set-category
alongside org-agenda-set-tag
in the agenda buffer.
+1
Later, it might also be nice to implement a function that say
rearranges all todo entries of a particular category under a
common section. I find myself doing this by hand at present, and
Emacs will probably do it better than my fingers.
Also +1. This one is even a must-have for me.
Xavier
--
http://www.gnu.org
http://www.april.org
http://www.lolica.org
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-04 18:00 ` Bastien
@ 2007-09-05 2:16 ` T. V. Raman
2007-09-05 3:40 ` Carsten Dominik
1 sibling, 0 replies; 15+ messages in thread
From: T. V. Raman @ 2007-09-05 2:16 UTC (permalink / raw)
To: bzg; +Cc: emacs-orgmode
Putting it immediately after the headline is how I would
implement it.
And it would work depending on ones workstyle --- most features
of org make sense only in the context of a work style.
>>>>> "Bastien" == Bastien <bzg@altern.org> writes:
Bastien> "T. V. Raman" <raman@users.sf.net> writes:
>> It would be nice to have an interactive
>> org-agenda-set-category alongside org-agenda-set-tag in
>> the agenda buffer.
Bastien>
Bastien> I think it doesn't make sense to have
Bastien> `org-agenda-set-category' until we are able to set
Bastien> the category as a property of the headline.
Bastien>
Bastien> For now categories (like the archiving locations)
Bastien> are set by looking *backward* for a line like
Bastien> #+CATEGORY or #+ARCHIVE.
Bastien>
Bastien> When setting the category with
Bastien> `org-agenda-set-category', where should such a line
Bastien> be inserted/modified? Just above the headline? Then
Bastien> storing this headline won't delete the #+CATEGORY
Bastien> line. Just under the headline? Then the headline
Bastien> itself won't be recognized as belonging to that
Bastien> category... See the discussion here:
Bastien>
Bastien> http://article.gmane.org/gmane.emacs.orgmode/2898
Bastien>
Bastien> Please anybody stops me if I'm wrong, but I guess
Bastien> the #+ARCHIVE and #+CATEGORY instructions are slowly
Bastien> dying and will be set as properties in the
Bastien> future. We already (as of 5.07) have these new
Bastien> properties when archiving:
Bastien>
Bastien> :ARCHIVE_TIME: 2007-09-01 sam 05:54 :ARCHIVE_FILE:
Bastien> ~/org/bzg.org :ARCHIVE_CATEGORY: nothot
Bastien>
Bastien> Then, in the new world, where such #+CONSTRUCTS are
Bastien> only used to set *file* properties (not headlines
Bastien> properties), it will be okay to set whatever
Bastien> property you want through the column view -- and
Bastien> perhaps the column view itself would be available in
Bastien> the agenda ebuffer, which would let you have your
Bastien> `org-agenda-set-category'.
Bastien>
Bastien> (Of course #+CATEGORY will remain, but only as a way
Bastien> to categorize files, not headlines.)
Bastien>
>> This would allow one to quickly categorize tasks.
Bastien>
Bastien> Yes, as the column view allows quick selection of
Bastien> *any* property.
Bastien>
>> Later, it might also be nice to implement a function that
>> say rearranges all todo entries of a particular category
>> under a common section. I find myself doing this by hand
>> at present, and Emacs will probably do it better than my
>> fingers.
Bastien>
Bastien> Maybe `org-sort-entries' could group entries that
Bastien> have a property in common.
Bastien>
Bastien> -- Bastien
Bastien>
Bastien>
Bastien> _______________________________________________
Bastien> Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Bastien> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
--
Best Regards,
--raman
Email: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-04 18:00 ` Bastien
2007-09-05 2:16 ` T. V. Raman
@ 2007-09-05 3:40 ` Carsten Dominik
2007-09-05 5:19 ` Bastien
2007-09-06 3:43 ` T. V. Raman
1 sibling, 2 replies; 15+ messages in thread
From: Carsten Dominik @ 2007-09-05 3:40 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On Sep 4, 2007, at 20:00, Bastien wrote:
> "T. V. Raman" <raman@users.sf.net> 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.
I have been thinking in this direction as well. The only problem is
that properties are quite invisible during normal working.
But I agree that the multiple #+CATEGORY things in a single file are
complex and not very clean, so properties might be better.
>
> Then, in the new world, where such #+CONSTRUCTS are only used to set
> *file* properties (not headlines properties),
Yes, I'd like to go there, eventually.
> 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
it is!
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-05 3:40 ` Carsten Dominik
@ 2007-09-05 5:19 ` Bastien
2007-09-05 6:08 ` Carsten Dominik
2007-09-06 3:43 ` T. V. Raman
1 sibling, 1 reply; 15+ messages in thread
From: Bastien @ 2007-09-05 5:19 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik <dominik@science.uva.nl> writes:
>> 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
>
> it is!
Argh... I didn't even give it a try, shame on me. But now that I boldly
did, C-c C-x C-c in the agenda buffer complained:
,----
| Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
| org-get-level-face(2)
| org-columns-display-here((("SCHEDULED" . "2007-09-08 sam")))
| #[(x) "Á\b@!Â\bA!" [x goto-line org-columns-display-here] 2]((15 ("SCHEDULED" . "2007-09-08 sam")))
| mapc(#[(x) "Á\b@!Â\bA!" [x goto-line org-columns-display-here] 2] ((15 ("SCHEDULED" . "2007-09-08 sam")) (14 ("SCHEDULED" . "2007-09-08 sam")) (13 ("SCHEDULED" . "2007-09-08 sam")) (12 ("SCHEDULED" . "2007-09-08 sam")) (10 ("SCHEDULED" . "2007-09-07 ven") ("CLOSED" . "2007-09-04 mar 18:38")) (9) (5)))
| org-agenda-columns()
| call-interactively(org-agenda-columns)
`----
Looks like `org-columns-display-here' is expecting some *real* headings
with leading asterisks (See (looking-at "\\(\\**\\)\\(\\* \\)")).
Or did I miss something?
--
Bastien
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-05 5:19 ` Bastien
@ 2007-09-05 6:08 ` Carsten Dominik
0 siblings, 0 replies; 15+ messages in thread
From: Carsten Dominik @ 2007-09-05 6:08 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Yes, a minor thing, fixed now.
- Carsten
On Sep 5, 2007, at 7:19, Bastien wrote:
> Carsten Dominik <dominik@science.uva.nl> writes:
>
>>> 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
>>
>> it is!
>
> Argh... I didn't even give it a try, shame on me. But now that I boldly
> did, C-c C-x C-c in the agenda buffer complained:
>
> ,----
> | Debugger entered--Lisp error: (wrong-type-argument
> number-or-marker-p nil)
> | org-get-level-face(2)
> | org-columns-display-here((("SCHEDULED" . "2007-09-08 sam")))
> | #[(x) "Á\b@!ˆÂ\bA!‡" [x goto-line org-columns-display-here] 2]((15
> ("SCHEDULED" . "2007-09-08 sam")))
> | mapc(#[(x) "Á\b@!ˆÂ\bA!‡" [x goto-line org-columns-display-here] 2]
> ((15 ("SCHEDULED" . "2007-09-08 sam")) (14 ("SCHEDULED" . "2007-09-08
> sam")) (13 ("SCHEDULED" . "2007-09-08 sam")) (12 ("SCHEDULED" .
> "2007-09-08 sam")) (10 ("SCHEDULED" . "2007-09-07 ven") ("CLOSED" .
> "2007-09-04 mar 18:38")) (9) (5)))
> | org-agenda-columns()
> | call-interactively(org-agenda-columns)
> `----
>
> Looks like `org-columns-display-here' is expecting some *real* headings
> with leading asterisks (See (looking-at "\\(\\**\\)\\(\\* \\)")).
>
> Or did I miss something?
>
> --
> 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
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-05 3:40 ` Carsten Dominik
2007-09-05 5:19 ` Bastien
@ 2007-09-06 3:43 ` T. V. Raman
2007-09-06 5:34 ` Bastien
2007-09-06 9:25 ` Christian Egli
1 sibling, 2 replies; 15+ messages in thread
From: T. V. Raman @ 2007-09-06 3:43 UTC (permalink / raw)
To: dominik; +Cc: emacs-orgmode
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 <dominik@science.uva.nl> writes:
Carsten> On Sep 4, 2007, at 20:00, Bastien wrote:
Carsten>
>> "T. V. Raman" <raman@users.sf.net> 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: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-06 3:43 ` T. V. Raman
@ 2007-09-06 5:34 ` Bastien
2007-09-06 13:25 ` T. V. Raman
` (2 more replies)
2007-09-06 9:25 ` Christian Egli
1 sibling, 3 replies; 15+ messages in thread
From: Bastien @ 2007-09-06 5:34 UTC (permalink / raw)
To: emacs-orgmode
"T. V. Raman" <raman@users.sf.net> 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
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-06 3:43 ` T. V. Raman
2007-09-06 5:34 ` Bastien
@ 2007-09-06 9:25 ` Christian Egli
1 sibling, 0 replies; 15+ messages in thread
From: Christian Egli @ 2007-09-06 9:25 UTC (permalink / raw)
To: emacs-orgmode
T. V. Raman <raman <at> users.sf.net> writes:
> 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?
If you are just trying to change the layout of the agenda entries you might want
to look at org-finalize-agenda-entries or org-agenda-highlight-todo to see if
you could make the output for one agenda line somehow customizeable.
HTH
Christian
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-06 5:34 ` Bastien
@ 2007-09-06 13:25 ` T. V. Raman
2007-09-07 8:04 ` Carsten Dominik
2007-09-10 1:00 ` Xavier Maillard
2 siblings, 0 replies; 15+ messages in thread
From: T. V. Raman @ 2007-09-06 13:25 UTC (permalink / raw)
To: bzg; +Cc: emacs-orgmode
That would get some level of consistency in which sounds like a
good idea.
>>>>> "Bastien" == Bastien <bzg@altern.org> writes:
Bastien> "T. V. Raman" <raman@users.sf.net> writes:
>> Could we perhaps introduce a special property that is used
>> by org-agenda to build the left column?
Bastien>
Bastien> What about:
Bastien>
Bastien> :PROPERTIES: :CATEGORY: general :ARCHIVE:
Bastien> archives:: :END:
Bastien>
Bastien> as a future replacement for #+CATEGORY and
Bastien> #+ARCHIVE?
Bastien>
Bastien> -- Bastien
Bastien>
Bastien>
Bastien> _______________________________________________
Bastien> Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Bastien> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
--
Best Regards,
--raman
Email: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-06 5:34 ` Bastien
2007-09-06 13:25 ` T. V. Raman
@ 2007-09-07 8:04 ` Carsten Dominik
2007-09-09 14:21 ` Nuutti Kotivuori
2007-09-10 1:00 ` Xavier Maillard
2 siblings, 1 reply; 15+ messages in thread
From: Carsten Dominik @ 2007-09-07 8:04 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On Sep 6, 2007, at 7:34, Bastien wrote:
> "T. V. Raman" <raman@users.sf.net> 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?
>
I think this is exactly how it should be - I am only
hesitating because many people have come to rely on the other
behavior.
- Carsten
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-07 8:04 ` Carsten Dominik
@ 2007-09-09 14:21 ` Nuutti Kotivuori
2007-09-13 5:44 ` Carsten Dominik
0 siblings, 1 reply; 15+ messages in thread
From: Nuutti Kotivuori @ 2007-09-09 14:21 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik wrote:
> On Sep 6, 2007, at 7:34, Bastien wrote:
>> "T. V. Raman" <raman@users.sf.net> 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?
>
> I think this is exactly how it should be - I am only
> hesitating because many people have come to rely on the other
> behavior.
If this would mean that the category setting like this is for only
that subtree, instead of every entry after that category setting, I
support this feature immensely (same for archive ofcourse).
I can not use categories at all at the moment, since for most entries
I just have a "default" category which will do, but some things should
get a special category - and I hate littering #+CATEGORY lines under
entries which clearly should not have them, like:
#+CATEGORY: Common
* TODO Item 1
* Job tasks
#+CATEGORY: Job
** TODO Task 1
** TODO Task 2
#+CATEGORY: Common
* Todo Item 2
This is just ugly, compared to:
#+CATEGORY: Common
* TODO Item 1
* Job tasks
:PROPERTIES:
:CATEGORY: Job
:END:
** TODO Task 1
** TODO Task 2
* Todo Item 2
-- Naked
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Feature Request: org-agenda-set-category
2007-09-06 5:34 ` Bastien
2007-09-06 13:25 ` T. V. Raman
2007-09-07 8:04 ` Carsten Dominik
@ 2007-09-10 1:00 ` Xavier Maillard
2 siblings, 0 replies; 15+ messages in thread
From: Xavier Maillard @ 2007-09-10 1:00 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
"T. V. Raman" <raman@users.sf.net> 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?
I adhere to this notation. I would also keep the old notation for
compliance for 2 or 3 other future versions.
Xavier
--
http://www.gnu.org
http://www.april.org
http://www.lolica.org
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Re: Feature Request: org-agenda-set-category
2007-09-09 14:21 ` Nuutti Kotivuori
@ 2007-09-13 5:44 ` Carsten Dominik
0 siblings, 0 replies; 15+ messages in thread
From: Carsten Dominik @ 2007-09-13 5:44 UTC (permalink / raw)
To: Nuutti Kotivuori; +Cc: emacs-orgmode
On Sep 9, 2007, at 16:21, Nuutti Kotivuori wrote:
> Carsten Dominik wrote:
>> On Sep 6, 2007, at 7:34, Bastien wrote:
>>> "T. V. Raman" <raman@users.sf.net> 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?
>>
>> I think this is exactly how it should be - I am only
>> hesitating because many people have come to rely on the other
>> behavior.
>
> If this would mean that the category setting like this is for only
> that subtree, instead of every entry after that category setting, I
> support this feature immensely (same for archive ofcourse).
Yes, it will be like this, but not in 5.09, wait for 5.10 for this
feature.
- Carsten
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2007-09-13 6:26 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-04 13:18 Feature Request: org-agenda-set-category T. V. Raman
2007-09-04 18:00 ` Bastien
2007-09-05 2:16 ` T. V. Raman
2007-09-05 3:40 ` Carsten Dominik
2007-09-05 5:19 ` Bastien
2007-09-05 6:08 ` Carsten Dominik
2007-09-06 3:43 ` T. V. Raman
2007-09-06 5:34 ` Bastien
2007-09-06 13:25 ` T. V. Raman
2007-09-07 8:04 ` Carsten Dominik
2007-09-09 14:21 ` Nuutti Kotivuori
2007-09-13 5:44 ` Carsten Dominik
2007-09-10 1:00 ` Xavier Maillard
2007-09-06 9:25 ` Christian Egli
2007-09-05 1:00 ` Xavier Maillard
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.