From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Is it possible to expand the quick tag selection key Date: Sun, 21 Mar 2010 07:32:41 +0100 Message-ID: <4D8FB5DA-7993-478E-B97E-90A2A3608D0C@gmail.com> References: <3cbb63d01003202230t5b2ab26dy338d53f8071cf5c2@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtEiT-00016P-V3 for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 02:32:54 -0400 Received: from [140.186.70.92] (port=54085 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtEiO-00015g-Nu for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 02:32:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtEiJ-0000Ui-Et for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 02:32:48 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:36238) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtEiJ-0000Ue-8d for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 02:32:43 -0400 Received: by ewy8 with SMTP id 8so306122ewy.8 for ; Sat, 20 Mar 2010 23:32:42 -0700 (PDT) In-Reply-To: <3cbb63d01003202230t5b2ab26dy338d53f8071cf5c2@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chao Lu Cc: emacs-orgmode@gnu.org On Mar 21, 2010, at 6:30 AM, Chao Lu wrote: > Dear all, > > As I'm using more and more tags, I found the keys are not enough. It > is possible to define keymaps like emacs? > > ------------ > (setq org-tag-alist '(("Culture" . ?c) > ("ComputerSE" . ?C) > ("English" . ?e) > ("GuoXue" . ?g) > ("Humor" . ?h) > ("IMP" . ?i) > ("LIB" . ?l) > ("Life" . ?L) > ; ("Love" . ?) > ; ("List" . ?) > ("Mathematics" . ?m) > ("MAYBE" . ?M) > ("Obtain" . ?o) > ("Org" . ?O) > ("Physics" . ?p) > ("P525" . ?P) > ("Question" . ?q) > ("TODO" . ?t) > ("Video" . ?v) > )) > -------------------- No, we do not have keymaps for this. You can press TAB at the tags interface and use completion. - Carsten > > The best, > > Chao > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten