From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [GitHub #1050] format org-mode READMEs for html display (without using emacs) Date: Thu, 23 Oct 2008 18:15:07 -0700 Message-ID: <87prlqx084.fsf@gmail.com> References: <48ffce87bbc70_5dc915ccee2d07001605479d@xc88-s00013.tmail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtBGC-0006yx-7d for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 21:14:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtBGB-0006yX-11 for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 21:14:39 -0400 Received: from [199.232.76.173] (port=51006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtBGA-0006yU-Ta for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 21:14:38 -0400 Received: from yw-out-1718.google.com ([74.125.46.157]:45021) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtBGA-0004Ex-Ql for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 21:14:39 -0400 Received: by yw-out-1718.google.com with SMTP id 9so232702ywk.66 for ; Thu, 23 Oct 2008 18:14:37 -0700 (PDT) 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: ticket+logicalawesome.8570-1050-ccyutpqg@lighthouseapp.com Cc: Org-mode Hi Chris, I'll 'CC the org-mode mailing list and see if anyone has any ideas as to your question. non-elisp (preferably Ruby, maybe CommonLisp) tools for exporting org-mode files to html. I don't believe such a thing currently exists. Along the lines of an independent org-mode to html converter (either in ruby on in common lisp: common lisp may be able to steal chunks of code from org-exp.el) it may not be too difficult to get 80% of the exporter utility with only 20% of the full org-exporter functionality. The Features that jump out to me include: resolving [[html://foo.bar][link name]] style links wrapping tables in
 blocks

converting outline headers to html headlines

resolving
 - one
 - two
 - three

and

 1. point
 2. another point
 3. and another point

lists to 
    ,
      lists respectively. should get most of the way there (at least a usable base, which could be expanded as needed). Thanks for looking into this -- Eric Lighthouse writes: > // Add your reply above here > ================================================== > defunkt updated this ticket at October 23, 2008 01:08 > > Hey Eric, > > As an Emacs user I would love to add this feature. Do you know of any > simpler way to generate HTML from org-mode though? We don't currently > have emacs installed on all our servers and it would be quite a > dependency for a single feature. > > If not, I might look at writing a generator in Ruby or something as > part of my open source Friday. > > - Chris > -------------------------------------------------------------------------------- > > State: open > View this ticket online: http://logicalawesome.lighthouseapp.com/projects/8570/tickets/1050-format-org-mode-readmes-for-display. > Stop being notified of this ticket's changes: http://logicalawesome.lighthouseapp.com/projects/8570/tickets/1050-format-org-mode-readmes-for-display/watch > Update your Profile: http://logicalawesome.lighthouseapp.com/profile