From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: github: (partial) support for Org-mode files Date: Sun, 9 Oct 2011 19:36:09 +0530 Message-ID: References: <2011-10-09T15-30-49@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCu1P-0001if-Bf for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 10:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCu1N-0003Xo-Ul for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 10:06:31 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:62472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCu1N-0003Xj-NJ for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 10:06:29 -0400 Received: by yxs7 with SMTP id 7so703329yxs.0 for ; Sun, 09 Oct 2011 07:06:29 -0700 (PDT) In-Reply-To: <2011-10-09T15-30-49@devnull.Karl-Voit.at> 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: news1142@karl-voit.at Cc: emacs-orgmode@gnu.org Hi Karl, Org-mode support in GitHub is provided by the package org-ruby[1][2]. Looking at the source code and test-cases here would give you a fair idea of what is supported and what is not. Also, the version of org-ruby presently deployed on GitHub is a bit old, and the latest release comes with quite a few fixes and new features. One of us could probably write to GitHub, asking them to update the package being deployed. I tried contacting them on twitter a few weeks back, but didn't work. Thanks, Puneeth [1] - https://github.com/bdewey/org-ruby [2] - http://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00067.html On Sun, Oct 9, 2011 at 7:10 PM, Karl Voit wrote: > Hi! > > Some of you might have already noticed that github[1] does provide > some basic support[2] for Org-mode files. Therefore you can use > files like =C2=ABREADME.org=C2=BB instead of =C2=ABREADME=C2=BB or =C2=AB= README.txt=C2=BB. > > I started to use Org-mode format for readme files recently[3]. I > realized, that there is only partial support of Org-mode syntax on > github. > > In order to test those settings I ended up in committing various > tests in my project just to look how github presents my readme file. > > Today I created a simple github project for testing purposes (only): > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0https://github.com/novoid/github= -orgmode-tests > > Probably you might have the very same demand for testing and want to > join me in using this Org-mode-github test repository instead of > creating one for your own :-) > > > PS: is there an already existing Org-mode demofile containing all > basic syntax examples? > > =C2=A01. http://github.com > =C2=A02. https://github.com/github/markup#readme > =C2=A03. https://github.com/novoid/Memacs > -- > Karl Voit > > > --=20 Puneeth