Hi Erik,
you are using Eric Schultes code for pretty display of entities.
(defun org-pretty-entities ()
(interactive)
(font-lock-add-keywords
nil (mapcar
(lambda (el)
(list
(concat "(?\\(" (regexp-quote "\\") (nth 0 el) "[\s]" "\
\)")
`(0 (
Could be related:
I just pulled latest from git this morning: my agenda seems to compile,
but I get in the *Messages* buffer:
concat: Wrong type argument: listp, "* Letters"
Backtrace follows:
Debugger entered--Lisp error: (wrong-type-argument listp "* Letters")
nth(0 "* Letters")
(conc
Hello,
today, after starting emacs, the agenda does not work anymore. I type
C-a a to get the daily overview, but org gets stuck at CONTENTS...done
(see message buffer at the end).
When I try f9-m (see Bernt's set-up), I get the following message in the
mini-buffer: mapcar: Wrong type argum