From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with latest orgmode ascii export Date: Sat, 27 Jun 2009 09:20:10 +0200 Message-ID: <6B4C11F7-70DD-4343-981B-51B6D77EE457@gmail.com> References: <4A4120FE.4070703@sift.info> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKSCy-0006AH-65 for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:20:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKSCt-0006A5-Kl for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:20:19 -0400 Received: from [199.232.76.173] (port=49847 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKSCt-0006A2-F7 for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:20:15 -0400 Received: from mx20.gnu.org ([199.232.41.8]:37940) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKSCt-0002YG-32 for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:20:15 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKSCs-00075n-Ae for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:20:14 -0400 Received: by ewy4 with SMTP id 4so1569652ewy.42 for ; Sat, 27 Jun 2009 00:20:13 -0700 (PDT) In-Reply-To: <4A4120FE.4070703@sift.info> 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 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 > 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... > > thanks, > r > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode