From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Varnit Suri" Subject: Fast tag selection: defining multiple-key shortcutst Date: Tue, 28 Apr 2009 17:37:39 -0700 Message-ID: <57AC2FA1761300418C7AB8F3EA493C9702E31992@HQ-EXCH-5.corp.brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lyxo7-0003Ax-J5 for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 20:37:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lyxo2-0003Aj-21 for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 20:37:50 -0400 Received: from [199.232.76.173] (port=36955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lyxo1-0003Ag-SM for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 20:37:45 -0400 Received: from brm-mailgate-2.brocade.com ([144.49.197.3]:9064) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lyxo1-0000Qw-Ea for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 20:37:45 -0400 Content-class: urn:content-classes:message 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: emacs-orgmode@gnu.org Hi all, I am just wondering if there 's a way to define two characters (rather than one) for the fast tag selection. Here's what I did: (setq org-tag-alist '(("HOME" . ?h) ("FAMILY" . "fa") ("MONEY" . "mo") ("BILLS" . "bi"))) So HOME can be inserted using an 'h', but FAMILY using 'fa'. I 'm trying to do this coz I have way too many tags that start with the same letter, so multiple characters are more intuitive. Any ideas? Thanks, Varnit =20