Re: [Orgmode] [BUG][Babel] Exporting text before heading

2010-07-18 Thread Eric Schulte
Done -- Eric Carsten Dominik writes: > Hi Eric, > > have you applied this patch? If yes, please mark it so on the > patchwork server. > > Thanks! > > - Carsten > > > > On Jul 17, 2010, at 12:32 AM, Eric Schulte wrote: > >> Hi Nicolas, >> >> I'll apply this patch now. Thanks for catching this -

Re: [Orgmode] [BUG][Babel] Exporting text before heading

2010-07-17 Thread Carsten Dominik
Hi Eric, have you applied this patch? If yes, please mark it so on the patchwork server. Thanks! - Carsten On Jul 17, 2010, at 12:32 AM, Eric Schulte wrote: Hi Nicolas, I'll apply this patch now. Thanks for catching this -- Eric Nicolas Goaziou writes: Hello, Eric Schulte write

Re: [Orgmode] [BUG][Babel] Exporting text before heading

2010-07-16 Thread Eric Schulte
Hi Nicolas, I'll apply this patch now. Thanks for catching this -- Eric Nicolas Goaziou writes: > Hello, > >> Eric Schulte writes: > >> Hi Nicolas, > >> I was able to export your example to html without any problems, however >> I did receive the same error you mentioned when exporting to L

Re: [Orgmode] [BUG][Babel] Exporting text before heading

2010-07-16 Thread Nicolas Goaziou
Hello, > Eric Schulte writes: > Hi Nicolas, > I was able to export your example to html without any problems, however > I did receive the same error you mentioned when exporting to LaTeX. HTML problem was indeed from my side. > The attached patch fixes the LaTeX export on my system, please

Re: [Orgmode] [BUG][Babel] Exporting text before heading

2010-07-16 Thread Eric Schulte
Hi Nicolas, I was able to export your example to html without any problems, however I did receive the same error you mentioned when exporting to LaTeX. The attached patch fixes the LaTeX export on my system, please give it a try and let me know if it works for you. I'm going to look into this a

[Orgmode] [BUG][Babel] Exporting text before heading

2010-07-16 Thread Nicolas Goaziou
Hello, I can't export the following file, would it be to latex or html. - #+TITLE: Title - First element #+BEGIN_SRC org ,- one ,- two #+END_SRC 1. sub-item #+BEGIN_EXAMPLE Line 1 Line 2 #+END_EXAMPLE 2. another sub-item - Another