Re: [Orgmode] [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-03 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 1, 2009, at 10:03 PM, Nicolas Girard wrote: Hi, title says it all. A single paragraph such as: #=== Dura lex #+begin_src emacs-lisp (a) #+end_src sed lex #=== should remain entire in the LaTeX export. -- Nicolas

[Orgmode] [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-01 Thread Nicolas Girard
Hi, title says it all. A single paragraph such as: #=== Dura lex #+begin_src emacs-lisp (a) #+end_src sed lex #=== should remain entire in the LaTeX export. -- Nicolas diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 7509ba8..4c4d540 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2