From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Problem with latest orgmode ascii export Date: Sat, 27 Jun 2009 11:57:40 +0100 Message-ID: <87tz220wrf.wl%ucecesf@ucl.ac.uk> References: <4A4120FE.4070703@sift.info> <6B4C11F7-70DD-4343-981B-51B6D77EE457@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKVbW-0004yX-So for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:57:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKVbT-0004uI-0y for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:57:54 -0400 Received: from [199.232.76.173] (port=58840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKVbS-0004u0-LX for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:57:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:46392) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKVbS-0008Is-AX for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:57:50 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKVbR-0005ka-JX for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:57:49 -0400 In-Reply-To: <6B4C11F7-70DD-4343-981B-51B6D77EE457@gmail.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: Carsten Dominik Cc: emacs-orgmode@gnu.org, Robert Goldman At Sat, 27 Jun 2009 09:20:10 +0200, Carsten Dominik wrote: > > > On Jun 23, 2009, at 8:37 PM, Robert Goldman wrote: > > > 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? > > This may be it, org-exp-blocks does not say (require 'cl) > > it does now, please upgrade and let me know if it fixes the problem. Carsten, just to add a data point to this: I had exactly the OP's problem yesterday when I pulled the git updates and did a make. The problem was resolved by doing a 'make clean' first for some reason. eric