Noorul Islam K M <noo...@noorul.com> 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