From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deric Bytes Subject: SOLVED: org-set-tags-command error - org-fast-tag-selection: Wrong type argument: char-or-string-p, (100) Date: Thu, 9 Apr 2009 11:36:36 +0100 Message-ID: <59b700510904090336n20f73378v971a5b24b2aff0cb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lrrci-0008MV-Tz for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 06:36:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lrrcd-0008LG-D1 for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 06:36:43 -0400 Received: from [199.232.76.173] (port=46392 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lrrcd-0008LD-8B for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 06:36:39 -0400 Received: from mail-bw0-f167.google.com ([209.85.218.167]:49185) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lrrcc-0007v9-U0 for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 06:36:39 -0400 Received: by bwz11 with SMTP id 11so564969bwz.42 for ; Thu, 09 Apr 2009 03:36:36 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org When I did C-c C-q I got the following error org-fast-tag-selection: Wrong type argument: char-or-string-p, (100) problem was I missed a dot in ("design" ?d))), it should have been ("design" . ?d))) solution (setq org-tag-persistent-alist '(("setup" . ?s) ("problem" . ?p) ("howto" . ?h) ("using" . ?u) ("ref" . ?r) ("reng" . ?e) ("cmd" . ?c) ("design" . ?d)))