From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Problem with latest orgmode ascii export Date: Tue, 23 Jun 2009 13:37:50 -0500 Message-ID: <4A4120FE.4070703@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJAsa-0005hp-IK for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 14:38:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJAsV-0005bz-Q5 for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 14:38:00 -0400 Received: from [199.232.76.173] (port=40670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJAsV-0005bc-Ak for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 14:37:55 -0400 Received: from outbound-mail-304.bluehost.com ([67.222.53.250]:37132) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MJAsU-00067N-Mp for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 14:37:55 -0400 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: emacs-orgmode@gnu.org 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... thanks, r