From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: #+TAGS has some groups with many entries, suppress hotkey assignment Date: Sat, 17 Aug 2013 02:04:03 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAVsT-0003Ie-Q2 for emacs-orgmode@gnu.org; Fri, 16 Aug 2013 22:04:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAVsM-0002f5-GP for emacs-orgmode@gnu.org; Fri, 16 Aug 2013 22:04:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:59229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAVsM-0002ey-A5 for emacs-orgmode@gnu.org; Fri, 16 Aug 2013 22:04:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VAVsK-0006XD-IQ for emacs-orgmode@gnu.org; Sat, 17 Aug 2013 04:04:20 +0200 Received: from 75-139-203-161.dhcp.knwc.wa.charter.com ([75.139.203.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Aug 2013 04:04:20 +0200 Received: from jtk by 75-139-203-161.dhcp.knwc.wa.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Aug 2013 04:04:20 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I am using a tagging strategy that required some mutually exclusive tag groups to have large numbers of entries. In the example below facilty and customer can be 30-50 entries to start, and grow slowly from there. #+TAGS: { category: admin(a) development(d) #+TAGS: { facility: fac1 fac2 fac3 fac4} #+TAGS: { customer: cust1 cust2 cust3 } #+TAGS: { billing: billable(b) nonbillable(o) } This works well in testing, but the hotkey selection UI automatically assigns a character to all entries. After running out of alphanumerics, it moves on to punctuation and then to unicode characters. Is there a way to selectively suppress automatic hotkey assignment? If supressing all automatic hotkey assignment is the only/better option, I would be content to have no hotkeys unless explicitly set with the tag(x) syntax. Thanks for any suggestions, Jeff