From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Inline source block documentation Date: Wed, 08 Sep 2010 12:27:22 -0600 Message-ID: <87pqwo3xbp.fsf@gmail.com> References: <4C87543D.4080307@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtPMq-0007kb-OF for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 14:27:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtPMo-0002K2-Cu for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 14:27:31 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:57065) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtPMo-0002Ju-6G for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 14:27:30 -0400 Received: by yxk8 with SMTP id 8so265090yxk.0 for ; Wed, 08 Sep 2010 11:27:29 -0700 (PDT) In-Reply-To: <4C87543D.4080307@gmail.com> (Rainer M. Krug's message of "Wed, 08 Sep 2010 11:15:41 +0200") 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: Rainer M Krug Cc: emacs-orgmode Hi Rainer, Thanks for pointing this out. I've just added inline syntax to the _Structure of code blocks_ section of the manual. This may not be sufficient, but it should be an improvement. Best -- Eric Rainer M Krug writes: > Hi > > I was struggling with inline source blocks, because I did not find them > in the documentation - they only occur under "Code block specific header > arguments": > > ###QUOTE BEGIN > Similarly, it is possible to set header arguments for inline code blocks: > src_haskell[:exports both]{fac 5} > ###QUOTE END > > Did I miss them? If not, could they be included? > > Thanks, > > Rainer