emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] SOLVED: org-set-tags-command error - org-fast-tag-selection: W


From: Deric Bytes
Subject: [Orgmode] 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

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)))




reply via email to

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