From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Smithline Subject: Re: Google Summer of Code -- 3 Org projects for our first participation! Date: Fri, 04 May 2012 18:37:45 -0400 Message-ID: <4FA45A39.2080108@neilsmithline.com> References: <8762cpad2q.fsf@gnu.org> <4F9653BD.7030201@wilkesley.net> <87obqh8s6m.fsf@googlemail.com> <4F98A7F0.6080405@neilsmithline.com> <87mx5zrklf.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQR8M-0000QB-IA for emacs-orgmode@gnu.org; Fri, 04 May 2012 18:37:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQR8J-00072Y-M8 for emacs-orgmode@gnu.org; Fri, 04 May 2012 18:37:54 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:36014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQR8J-00072K-Hj for emacs-orgmode@gnu.org; Fri, 04 May 2012 18:37:51 -0400 Received: by qcsd16 with SMTP id d16so2602642qcs.0 for ; Fri, 04 May 2012 15:37:48 -0700 (PDT) In-Reply-To: <87mx5zrklf.fsf@altern.org> 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: Bastien Cc: emacs-orgmode@gnu.org Bastien, I've been looking at the bugpile Worg page (very nice page - good work Thorsten or whomever) and don't see why you say: > I don't see how github could use such > a setup to produce HTML files from Org (unless github runs an Emacs > batch query for exporting HTML... which seems very unlikely - and > wrong by design anyway. I understand that Emacs is a bit of a behemoth in terms of CPU when being started and always in terms of memory. That being said, why does it seem "wrong by design" to have Github running an Emacs server and sending Org --> HTML jobs to it with emacsclient? Just a head's up, once you answer the above question, I'm going to ask you what can be done to fix the problem :-) Neil Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On 4/26 03:57 , Bastien wrote: > Hi Neil, > > Neil Smithline writes: > >> I've run into this problem dealing with the weak presentation of Org Mode >> files on Github. Github uses the Ruby gem org-ruby >> (https://github.com/bdewey/org-ruby) to convert .org files to HTML. I've >> added a feature or two to org-ruby but really feel that trying to >> completely re-implement Org Mode in a Ruby gem is a losing battle. > > What will help org-ruby (and github's support of org files) is to > stabilize the syntax of .org files as much as possible. We are > currently working in this direction. > > org-ruby's main job is to convert .org files into HTML or textile files. > >> If I understand the project correctly, a working iOrg could be used to >> support Github's rendering of .org files. Github could just drop the use of >> org-ruby and use iOrg as an external converter for formatting .org files. > > As I understand it, iOrg will convert .org files to HTML using the > internal Org's HTML exporter. I don't see how github could use such > a setup to produce HTML files from Org (unless github runs an Emacs > batch query for exporting HTML... which seems very unlikely - and > wrong by design anyway. > > Let's see how iOrg evolves but let's stick to the bugpile for now. > > If the list can specifically help about org-ruby issues, let's help! > > All best, > >> PS: And the answer is "Yes. I am aware that vehemently suggesting a project >> is equivalent to offering to help with it." :-D > > Good :) >