emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jeff Kowalczyk <jeff.kowalczyk@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: #+TAGS has some groups with many entries, suppress hotkey assignment
Date: Tue, 17 Sep 2013 15:56:09 +0000 (UTC)	[thread overview]
Message-ID: <loom.20130917T175326-858@post.gmane.org> (raw)
In-Reply-To: B47ABEF3-5AA9-472C-8540-D79A01F2E743@gmail.com

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	other threads:[~2013-09-17 15:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-17  2:04 #+TAGS has some groups with many entries, suppress hotkey assignment Jeff Kowalczyk
2013-08-30 15:59 ` Carsten Dominik
2013-09-17 15:56   ` Jeff Kowalczyk [this message]
2013-09-18  4:23     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20130917T175326-858@post.gmane.org \
    --to=jeff.kowalczyk@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).