From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: Hang after agenda export [6.34c] Date: Mon, 01 Feb 2010 13:40:40 +0530 Message-ID: <87636hl6kf.fsf@noorul.maa.corp.collab.net> References: <60687.217.114.211.20.1264999027.squirrel@lavabit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbrNW-0005gc-VU for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:11:27 -0500 Received: from [199.232.76.173] (port=45133 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbrNW-0005gJ-Hq for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:11:26 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbrNR-0001b7-OS for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:11:26 -0500 Received: from mx20.gnu.org ([199.232.41.8]:33992) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NbrNR-0001b1-E1 for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:11:21 -0500 Received: from mail-yx0-f182.google.com ([209.85.210.182]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbrNQ-0005f2-Rc for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:11:20 -0500 Received: by yxe12 with SMTP id 12so3403545yxe.1 for ; Mon, 01 Feb 2010 00:11:19 -0800 (PST) In-Reply-To: <60687.217.114.211.20.1264999027.squirrel@lavabit.com> (manonfire@lavabit.com's message of "Sun, 31 Jan 2010 23:37:07 -0500 (EST)") 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: manonfire@lavabit.com Cc: emacs-orgmode@gnu.org 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 Thanks and Regards Noorul