From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Hang after agenda export [6.34c] Date: Tue, 2 Feb 2010 07:12:06 +0100 Message-ID: <8C5E64B0-A40B-4A9B-9C1E-5E570A0D2621@gmail.com> References: <60687.217.114.211.20.1264999027.squirrel@lavabit.com> <87636hl6kf.fsf@noorul.maa.corp.collab.net> <854DE077-CA73-4B60-BB16-C6416BEC893E@gmail.com> <10905.195.184.125.162.1265050217.squirrel@lavabit.com> 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 1NcD6v-0006NO-KG for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 02:23:45 -0500 Received: from [199.232.76.173] (port=35097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcD6t-0006Mt-VZ for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 02:23:44 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcD6t-0007wT-2u for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 02:23:43 -0500 Received: from mail-ew0-f211.google.com ([209.85.219.211]:38527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcD6s-0007wL-Og for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 02:23:42 -0500 Received: by ewy3 with SMTP id 3so442245ewy.33 for ; Mon, 01 Feb 2010 23:23:41 -0800 (PST) In-Reply-To: <10905.195.184.125.162.1265050217.squirrel@lavabit.com> 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 On Feb 1, 2010, at 7:50 PM, manonfire@lavabit.com wrote: >> >> 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 >> > > It's 23.1.1 > > When I do a C-u M-x org-reload beforehand there is no error message > and > the pdf export succeeds. That sounds like there still is a loading conflict - most likely you are doing something to load org-mode (like setting up appt with org, or visiting an Org file or constructing an agenda view) before adding the org directories to the load path. - Carsten > > I'm using 6.34c from my home directory (installed with make only, not > "make install") and renamed the emacs folder under /usr/local/share to > make sure that the older version isn't loaded. (BTW what's the right > way > to uninstall a system wide installation of org?) > M-x org-version shows the right number. > > > - Carsten