[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] bug: in source block, titles are not seen as source
From: |
Ian Kelling |
Subject: |
Re: [O] bug: in source block, titles are not seen as source |
Date: |
Wed, 28 May 2014 07:52:49 -0700 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) |
Albert Krewinkel <address@hidden> 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.