emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Adding tags, grouping tags


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Adding tags, grouping tags
Date: Fri, 15 Oct 2010 10:35:52 +0200


On Oct 15, 2010, at 10:29 AM, Karl Maihofer wrote:


Noorul Islam K M <address@hidden> schrieb:
I have something like this shamelessly copied from Bernt's doc.

(setq org-tag-alist (quote ((:startgroup)
                           ("@errand" . ?e)
                           ("@office" . ?o)
                           ("@home" . ?h)
                           (:endgroup)
                           ("PHONE" . ?p)
                           ("NEXT" . ?n)
                           ("WAITING" . ?w)
                           ("HOME" . ?H)
                           ("ORG" . ?O))))

Thanks for your reply! Correct me if I'm wrong, but doesn't this "only" effect that if you add the tag @office, than add the tag @home, the first will be deleted automatically? This is not the kind of grouping what I am looking for. For me it should - by the way - be possible to add several tags of the same group.

I'd like to use the same selection keys for different tags. For example I have the following groups:

Group "people":
- Key "h" -> Holger
- Key "o" -> Otto

I use TAB and then completion for people. Otherwise you run into trouble with two people starting with the same name, trusting your system too far....


- Carsten


Group "contexts":
- Key "h" -> @home
- Key "o" -> @office

To make this possible I think it is necessary to be able to select the group in the first step, and then the tag you want to assign - as it is possible for agenda groups.

Any ideas?




_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]