[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Feature Request: org-agenda-set-category
From: |
Nuutti Kotivuori |
Subject: |
[Orgmode] Re: Feature Request: org-agenda-set-category |
Date: |
Sun, 09 Sep 2007 17:21:27 +0300 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) |
Carsten Dominik wrote:
> On Sep 6, 2007, at 7:34, Bastien wrote:
>> "T. V. Raman" <address@hidden> 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
- [Orgmode] Feature Request: org-agenda-set-category, T. V. Raman, 2007/09/04
- Re: [Orgmode] Feature Request: org-agenda-set-category, Bastien, 2007/09/04
- Re: [Orgmode] Feature Request: org-agenda-set-category, T. V. Raman, 2007/09/04
- Re: [Orgmode] Feature Request: org-agenda-set-category, Carsten Dominik, 2007/09/04
- Re: [Orgmode] Feature Request: org-agenda-set-category, Bastien, 2007/09/05
- Re: [Orgmode] Feature Request: org-agenda-set-category, Carsten Dominik, 2007/09/05
- Re: [Orgmode] Feature Request: org-agenda-set-category, T. V. Raman, 2007/09/05
- Re: [Orgmode] Feature Request: org-agenda-set-category, Bastien, 2007/09/06
- Re: [Orgmode] Feature Request: org-agenda-set-category, T. V. Raman, 2007/09/06
- Re: [Orgmode] Feature Request: org-agenda-set-category, Carsten Dominik, 2007/09/07
- [Orgmode] Re: Feature Request: org-agenda-set-category,
Nuutti Kotivuori <=
- Re: [Orgmode] Re: Feature Request: org-agenda-set-category, Carsten Dominik, 2007/09/13
- Re: [Orgmode] Feature Request: org-agenda-set-category, Xavier Maillard, 2007/09/09
- [Orgmode] Re: Feature Request: org-agenda-set-category, Christian Egli, 2007/09/06
- Re: [Orgmode] Feature Request: org-agenda-set-category, Xavier Maillard, 2007/09/04