From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kelling Subject: Re: bug: in source block, titles are not seen as source Date: Wed, 28 May 2014 07:52:49 -0700 Message-ID: <87ppiydkfy.fsf@treetowl.lan> References: <87lhtm7d7s.fsf@treetowl.lan> <87wqd675dj.fsf@caffelatte.moltkeplatz.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpfF5-0004cx-D6 for emacs-orgmode@gnu.org; Wed, 28 May 2014 10:54:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WpfEz-00031g-Up for emacs-orgmode@gnu.org; Wed, 28 May 2014 10:54:11 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:43214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpfEz-00031c-LE for emacs-orgmode@gnu.org; Wed, 28 May 2014 10:54:05 -0400 In-Reply-To: <87wqd675dj.fsf@caffelatte.moltkeplatz.de> (Albert Krewinkel's message of "Wed, 28 May 2014 09:02:32 +0200") 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: Albert Krewinkel Cc: emacs-orgmode@gnu.org Albert Krewinkel writes: > Hi Ian, > > You can escape leading stars by putting a comma in front of them: > > #+begin_src sh > cat <<'EOF' > ,* some text > EOF > #+end_src > > This should do what you want. > > HTH, > Albert Ahh, thank you.