From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: README.org on github Date: Mon, 21 May 2012 14:27:19 +0530 Message-ID: References: <4FB698BC.9040602@gmail.com> <87likoaai6.fsf@gnu.org> <4FB9FF0D.7010902@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWOR7-000249-HY for emacs-orgmode@gnu.org; Mon, 21 May 2012 04:57:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWOQx-000525-QD for emacs-orgmode@gnu.org; Mon, 21 May 2012 04:57:53 -0400 In-Reply-To: <4FB9FF0D.7010902@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: Rainer M Krug Cc: Bastien , emacs-orgmode , Eric Schulte On Mon, May 21, 2012 at 2:08 PM, Rainer M Krug wrote: > -----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 code blocks in the >>> README.org - is this possible? >> >> No. > > To bad ... Actually, embedding code blocks in the README does work[1][2]. You need to use all upper case keywords, i.e., BEGIN_SRC or BEGIN_EXAMPLE instead of begin_src or begin_example. [1] - https://github.com/punchagan/experiri/blob/master/README.org [2] - https://raw.github.com/punchagan/experiri/master/README.org