On Feb 1, 2010, at 9:10 AM, Noorul Islam K M wrote:

manonf...@lavabit.com writes:

The problem could be solved by removing the example code snippet suggested
in the manual (Page 104 for 6.34c) from .emacs which is

(setq org-agenda-exporter-setting)
   '((ps-number-of-columns 2)
    (ps-landscape-mode t)
    (org-agenda-add-entry-text-maxlines 5)))


Export to txt and html works now. But for pdf I get an error message:

"Symbol's function definition is void: flet"

You need

cl.el --- Common Lisp extensions for Emacs


All parts of Org that use the flet macro also have

(eval-when-compile
  (require 'cl))

so this should not be an issue in Org.

What Emacs version is this?

- Carsten


_______________________________________________
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

Reply via email to