emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Fast tag selection: defining multiple-key shortcutst


From: Leo
Subject: [Orgmode] Re: Fast tag selection: defining multiple-key shortcutst
Date: Wed, 29 Apr 2009 02:04:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin)

On 2009-04-29 01:37 +0100, Varnit Suri wrote:
> 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?

The current implementation of tag selection works well with a small
number of tags. I have 6 tags myself.

How many tags do you use? Remember you don't need to use the characters
in the tag string. For example you can assign 0-9 for the most used
ones.

Another solution is to reimplement this using ido i.e. it requires users
to type the whole string but uses ido to narrow down the selection
quickly.

> Thanks,
>
> Varnit

-- 
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.





reply via email to

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