emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* SOLVED: org-set-tags-command error - org-fast-tag-selection: Wrong type argument: char-or-string-p, (100)
@ 2009-04-09 10:36 Deric Bytes
  0 siblings, 0 replies; only message in thread
From: Deric Bytes @ 2009-04-09 10:36 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-09 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-09 10:36 SOLVED: org-set-tags-command error - org-fast-tag-selection: Wrong type argument: char-or-string-p, (100) Deric Bytes

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