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 _______________________________________________ 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