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

2012-06-07 Thread Nicolas Goaziou
Hello, Yagnesh Raghava Yakkala h...@yagnesh.org writes: Please try to export attachment org file. the bug is reproduced with minimal configuration. org version is: Org-mode version 7.8.10 (release_7.8.10-649-gfe2e2f @ /home/yagnesh/.emacs.d/el-get/org-mode/lisp/) FYI, generated latex file

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

2012-06-04 Thread Bastien
Hi Yagnesh, Yagnesh Raghava Yakkala h...@yagnesh.org writes: #+BEGIN_SRC elisp (message * one ** two) #+END_SRC You can use #+BEGIN_SRC elisp (message * one\n** two) #+END_SRC HTH, -- Bastien

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

2012-06-04 Thread Yagnesh Raghava Yakkala
Hello Bastien., Bastien b...@gnu.org writes: #+BEGIN_SRC elisp (message * one\n** two) #+END_SRC Yes, I could got around with that. Just wanted file a bug report. BTW old one is exporting it fine. Thanks., -- ఎందరో మహానుభావులు అందరికి వందనములు YYR

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

2012-06-03 Thread Yagnesh Raghava Yakkala
Hello., Please try to export attachment org file. the bug is reproduced with minimal configuration. org version is: Org-mode version 7.8.10 (release_7.8.10-649-gfe2e2f @ /home/yagnesh/.emacs.d/el-get/org-mode/lisp/) FYI, generated latex file is also attached. * Headline #+BEGIN_SRC elisp