From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Problem with latest orgmode ascii export Date: Tue, 23 Jun 2009 19:30:24 -0400 Message-ID: <878wjiplyn.fsf@gollum.intra.norang.ca> References: <4A4120FE.4070703@sift.info> 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 1MJFRk-0000xi-OZ for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 19:30:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJFRh-0000ul-2n for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 19:30:36 -0400 Received: from [199.232.76.173] (port=41455 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJFRg-0000uX-RZ for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 19:30:32 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53009) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJFRg-0003eY-HU for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 19:30:32 -0400 In-Reply-To: <4A4120FE.4070703@sift.info> (Robert Goldman's message of "Tue\, 23 Jun 2009 13\:37\:50 -0500") 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: Robert Goldman Cc: emacs-orgmode@gnu.org Robert Goldman writes: > Just pulled a git update this morning, and was trying to do an > org-export as ascii. Got the following error: > > (invalid-function (interblock (start end type) (save-match-data (when > (setf func (cadr (assoc type org-export-interblocks))) (funcall func > start end))))) > > This is a function that's defined by the FLET in > org-export-blocks-preprocess. See org-exp-blocks.el, line 184. > > I'm not exactly sure what is going wrong here --- is it possible that > this requires 'cl and somehow CL is not properly available? Or the > version of CL in my emacs (Aquamacs 1.8) is not compatible? > > I'll be happy to do some debugging if someone can give me some > suggestions about what line to pursue... I've run into this twice too -- restarting Emacs made it magically go away for me. I was exporting to HTML. -Bernt