From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Inline source block documentation Date: Wed, 08 Sep 2010 14:30:05 -0600 Message-ID: <87eid4kmgi.fsf@gmail.com> References: <4C87543D.4080307@gmail.com> <87pqwo3xbp.fsf@gmail.com> <4C87DCE4.8030200@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtRHc-0000LI-3S for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 16:30:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtRHb-000673-7q for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 16:30:16 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:45770) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtRHb-00066h-2s for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 16:30:15 -0400 Received: by pwj6 with SMTP id 6so384949pwj.0 for ; Wed, 08 Sep 2010 13:30:14 -0700 (PDT) In-Reply-To: <4C87DCE4.8030200@gmail.com> (Rainer M. Krug's message of "Wed, 08 Sep 2010 20:58:44 +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 Done, thanks -- Eric Rainer M Krug writes: > On 08/09/10 20:27, Eric Schulte wrote: >> 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. > > Definitely - and I think it should be fine. But I would suggest to use > the term "inline source block" here as well, as then one can find it > when searching the pdf. > e.g: > > > code blocks can also be embedded in text as so called inline code blocks as > > Cheers, > > Rainer > > >> >> 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