emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BUG: new exporter fails to export a source code with stars at bo


From: Bastien
Subject: Re: [O] BUG: new exporter fails to export a source code with stars at bol
Date: Mon, 04 Jun 2012 08:27:30 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi Yagnesh,

Yagnesh Raghava Yakkala <address@hidden> writes:

>   #+BEGIN_SRC elisp
> (message "* one
> ** two")
>   #+END_SRC

You can use 

#+BEGIN_SRC elisp
  (message "* one\n** two")
#+END_SRC

HTH,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]