From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [ANN] Editable HTML export of Org-mode files Date: Thu, 16 Aug 2012 00:31:53 -0600 Message-ID: <87ipcjibc4.fsf@gmx.com> References: <87pq6ua0kk.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1tr6-0006CT-Ja for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 02:46:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1tr5-0005mB-D4 for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 02:46:56 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:48241) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T1tr5-0005m3-5C for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 02:46:55 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ista Zahn Cc: Org Mode Mailing List Ista Zahn writes: > Hi Eric, > > Sounds really cool, I'd love to try it out. But when I run (ert > "org-ehtml") I get errors like > > Selector: "org-ehtml" > Passed: 0 > Failed: 5 (5 unexpected) > Total: 5/6 > > Started at: 2012-08-15 22:00:20-0400 > Finished. > Finished at: 2012-08-15 22:00:50-0400 > > FFQFFF > > F org-ehtml-elnode-serve-all-editable > (void-function cl-flet) > > F org-ehtml-elnode-serve-complex > (void-function cl-flet) > > Q org-ehtml-elnode-serve-simple > (quit) > > F org-ehtml-export-file > (void-variable org-export-with-LaTeX-fragments) > > F org-ehtml-post-request > (error "Shell command in progress") > > F org-ehtml-simple-export > (void-variable org-export-with-LaTeX-fragments) > > This is with the git version of org and emacs 24.1.1 > > Any ideas what I might have missed? > > Thanks, > Ista > Ah, thanks for sharing this output, it looks like I wasn't careful enough about ensuring that cl-lib was loaded. I've added a number of require statements which should fix the error you pointed out above. Please grab the latest from git, and let me know if these problems persist or any new issues assert themselves. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte