From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Hang after agenda export [6.34c] Date: Mon, 1 Feb 2010 09:14:04 +0100 Message-ID: <854DE077-CA73-4B60-BB16-C6416BEC893E@gmail.com> References: <60687.217.114.211.20.1264999027.squirrel@lavabit.com> <87636hl6kf.fsf@noorul.maa.corp.collab.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbrQB-0006au-TV for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:14:12 -0500 Received: from [199.232.76.173] (port=54118 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbrQA-0006aK-70 for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:14:10 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbrQ9-0001lL-9w for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:14:09 -0500 Received: from mx20.gnu.org ([199.232.41.8]:34191) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NbrQ8-0001lD-Mw for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:14:08 -0500 Received: from fg-out-1718.google.com ([72.14.220.155]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbrQ8-0005rW-2Q for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:14:08 -0500 Received: by fg-out-1718.google.com with SMTP id 22so87826fge.12 for ; Mon, 01 Feb 2010 00:14:07 -0800 (PST) In-Reply-To: <87636hl6kf.fsf@noorul.maa.corp.collab.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noorul Islam K M Cc: emacs-orgmode@gnu.org On Feb 1, 2010, at 9:10 AM, Noorul Islam K M wrote: > manonfire@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