emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] #+TAGS has some groups with many entries, suppress hotkey assign


From: Jeff Kowalczyk
Subject: Re: [O] #+TAGS has some groups with many entries, suppress hotkey assignment
Date: Tue, 17 Sep 2013 15:56:09 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Carsten Dominik writes:
> Please take a look at the variable org-use-fast-tag-selection
> and see if there is a setting that you find useful.

Thanks Carsten, 'auto is the behaviour I am seeking.

Is org-use-fast-tag-selection 'auto working as intended? It seems to
be acting like value t as described in the function doc string.

My Emacs 24 with org-mode git master has the default value:

: org-use-fast-tag-selection
: auto

I can reproduce a minimal test file:


#+TAGS: { admin(a) reporting(r) util(u) foo }
#+TAGS: { projecta projectb projectc(c) }
#+TAGS: { billable(b) nonbillable(e) unknown(k) }

* headline


Where C-c C-c on headline gives the selector:


Inherited:
Current:

{ [a] admin         [r] reporting     [u] util          [f] foo    }
{ [p] projecta      [d] projectb      [c] projectc      }
{ [b] billable      [e] nonbillable   [k] unknown       }


I would have anticipated only explicit single key selectors, e.g.:


Inherited:
Current:

{ [a] admin         [r] reporting     [u] util          foo    }
{     projecta      projectb          [c] projectc      }
{ [b] billable      [e] nonbillable   [k] unknown       }


Thanks,
Jeff





reply via email to

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