> This, while being an obvious (and correct) solution, is unfortunately > not suitable for Emacs core. You're not supposed to require the cl > package at runtime (you even get a compiler warning if you do).
I see. So backquotes to the rescue: Tested with Emacs 23.2 emacs -Q (progn (add-to-list 'load-path "~/code/org-mode/git/lisp/") (require 'org-install) (require 'org) (fboundp 'flet)) => nil M-x org-agenda RET a C-x C-w ~/test.pdf RET Happily creates the pdf. David Maus (1): Use backquotes to make byte compiler expand `flet' macro. lisp/org-agenda.el | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode