From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: README.org on github Date: Mon, 21 May 2012 15:27:31 +0530 Message-ID: References: <4FB698BC.9040602@gmail.com> <87likoaai6.fsf@gnu.org> <4FB9FF0D.7010902@gmail.com> <4FBA049C.6060001@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWPNF-0003eZ-Eq for emacs-orgmode@gnu.org; Mon, 21 May 2012 05:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWPNB-0001Wp-Uu for emacs-orgmode@gnu.org; Mon, 21 May 2012 05:57:57 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:65119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWPNB-0001WZ-M5 for emacs-orgmode@gnu.org; Mon, 21 May 2012 05:57:53 -0400 Received: by dakp5 with SMTP id p5so7011846dak.0 for ; Mon, 21 May 2012 02:57:51 -0700 (PDT) In-Reply-To: <4FBA049C.6060001@gmail.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: R.M.Krug@gmail.com Cc: emacs-orgmode On Mon, May 21, 2012 at 2:32 PM, Rainer M Krug wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 21/05/12 10:57, Puneeth Chaganti wrote: >> On Mon, May 21, 2012 at 2:08 PM, Rainer M Krug wrot= e: >>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>> >>> On 19/05/12 09:35, Bastien wrote: >>>> Hi Rainer, >>>> >>>> Rainer M Krug writes: >>>> >>>>> I would like to use a README.org file on github, and also include cod= e blocks in the >>>>> README.org - is this possible? >>>> >>>> No. >>> >>> To bad ... >> >> Actually, embedding code blocks in the README does work[1][2]. =C2=A0You= need to use all upper case >> keywords, i.e., BEGIN_SRC or BEGIN_EXAMPLE instead of begin_src or begin= _example. > > Great - then I will change this in my .org file. > > Now I just began to prefer the small-letter version... Yes, I too prefer the lower-case version, and this has been fixed in the latest version of org-ruby. But, the version that GitHub uses is a very old one, and somebody opened an issue [1] to update the version being used. [1] - https://github.com/github/markup/issues/117