From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: [ANN] Editable HTML export of Org-mode files Date: Wed, 15 Aug 2012 22:06:32 -0400 Message-ID: References: <87pq6ua0kk.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]:41991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1pU7-0005Kr-9L for emacs-orgmode@gnu.org; Wed, 15 Aug 2012 22:06:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1pU6-0004Ic-2I for emacs-orgmode@gnu.org; Wed, 15 Aug 2012 22:06:55 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:49559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1pU5-0004IS-R6 for emacs-orgmode@gnu.org; Wed, 15 Aug 2012 22:06:53 -0400 Received: by lbon3 with SMTP id n3so1248501lbo.0 for ; Wed, 15 Aug 2012 19:06:52 -0700 (PDT) In-Reply-To: <87pq6ua0kk.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 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 On Mon, Aug 13, 2012 at 6:28 PM, Eric Schulte wrote: > Hi, > > I've recently put together a web server which runs in Emacs and exports > local Org-mode files to HTML in such a way that they may be edited from > within a web browser with the edits saved to local files on disk. The > code is available from github. > > repository ---- https://github.com/eschulte/org-ehtml > README ------- http://eschulte.github.com/org-ehtml > > This is a very thin Emacs Lisp and JavaScript wrapper around Nic > Ferrier's elnode Emacs web server [1], and Nicolas Goaziou's structured > Org-mode file representation and export engine. It requires Emacs 24 > and the development versions of both Org-mode and elnode. > > The code is fairly new so there are likely some kinks to be worked out > (backup your files before editing them with this web-server), but the > implementation is very simple and should be easy to modify. See the > README for information on how to make use of elnode's authentication > system, or how to have web edits automatically committed to a local > version control system. > > Comments and patches are welcome. > > Cheers, > > Footnotes: > [1] https://github.com/nicferrier/elnode > > -- > Eric Schulte > http://cs.unm.edu/~eschulte >