From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH] - Fix org-fast-tag-selection Date: Tue, 03 Apr 2012 12:13:50 -0400 Message-ID: <87sjgkn681.fsf@norang.ca> References: <87fwclayfa.fsf@noman.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF6Mu-00011b-LQ for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 12:14:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF6Mk-0004yX-KM for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 12:14:04 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:29556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF6Mk-0004yJ-H6 for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 12:13:54 -0400 In-Reply-To: <87fwclayfa.fsf@noman.maa.corp.collab.net> (Noorul Islam K. M.'s message of "Tue, 03 Apr 2012 16:13:05 +0530") 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: Noorul Islam K M Cc: emacs-orgmode Noorul Islam K M writes: > Hello all, > > I have the following setup similar to Bernt Hansen. > > (setq org-tag-alist (quote ((:startgroup) > ("@errand" . ?e) > ("@office" . ?o) > ("@home" . ?h) > (:endgroup) > ("PHONE" . ?p) > ("WAITING" . ?w) > ("HOME" . ?H) > ("CANCELLED" . ?c) > ("NOTE" . ?n) > ("ORG" . ?O)))) > > New when I try to add a new tag with the key press "C-c C-q TAB" from a > heading, I get following backtrace. > > Debugger entered--Lisp error: (wrong-type-argument stringp :endgroup) I get the same error but I didn't notice since I rarely use C-c C-q TAB. Regards, Bernt