From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: [ANN] Editable HTML export of Org-mode files Date: Thu, 16 Aug 2012 15:43:42 -0400 Message-ID: References: <87pq6ua0kk.fsf@gmx.com> <87ipcjibc4.fsf@gmx.com> <87k3wyssip.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T25zC-0006QU-2N for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 15:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T25zA-0004vn-LY for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 15:44:05 -0400 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:58437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T25zA-0004vd-Dd for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 15:44:04 -0400 Received: by lahd3 with SMTP id d3so1727209lah.0 for ; Thu, 16 Aug 2012 12:44:03 -0700 (PDT) In-Reply-To: <87k3wyssip.fsf@gmx.com> 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: Eric Schulte Cc: Org Mode Mailing List On Thu, Aug 16, 2012 at 12:36 PM, Eric Schulte wrote: > Ista Zahn writes: > >> On Thu, Aug 16, 2012 at 2:31 AM, Eric Schulte wrote: >>> 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. >> >> With the current git version I now get "File error: Cannot open load >> file, cl-lib" on start up. >> >> find / -name cl-lib.el does not produce any results on my machine, nor >> have I been able to find it in elpa/marmalade etc. Google search >> suggests it is built in with emacs, but I'm pretty sure I don't have >> it... >> > > Ugh, this is more headache related to the renaming of all cl-* functions > between the released version of Emacs 24 and the development head of > Emacs (which I'm using). I've just pushed up a change after which all > tests are passing on both the development head and the released version > of Emacs 24. > > Thanks for your help in running this down. All is working as expected, and as expected it's really cool. Thank you! Now if I could just edit babel source blocks and have the results blocks update on the fly I would be in R workshop presenter heaven. Any chance of this sort of thing down the road? > > Best, > >> >> Best, >> Ista >> >>> >>> Thanks, >>> >>> -- >>> Eric Schulte >>> http://cs.unm.edu/~eschulte >> > > -- > Eric Schulte > http://cs.unm.edu/~eschulte