Re: [O] [BUG] inline source breaks paragraphs

2013-12-14 Thread Andreas Leha
Hi, Eric Schulte writes: > Nicolas Goaziou writes: > >> Hello, >> >> Andreas Leha writes: >> >>> inline source -- when on its own line -- breaks the paragraph, which is >>> unexpected. >>> >>> Here is a test file: >>> >>> * Test >>> >>> This is a broken >>> src_R[:exports results :results raw]

Re: [O] [BUG] inline source breaks paragraphs

2013-12-14 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > Invariably someone would then ask why the newline is being stripped from > their inline code block. True. > I think this is only necessary because the R code block is returning > "10\n" instead of 10. Ideally this should be fixed in ob-R.el. Ok, I'll let special

Re: [O] [BUG] inline source breaks paragraphs

2013-12-13 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> inline source -- when on its own line -- breaks the paragraph, which is >> unexpected. >> >> Here is a test file: >> >> * Test >> >> This is a broken >> src_R[:exports results :results raw]{10} >> paragraph. >> >> >> Here is (the rel

Re: [O] [BUG] inline source breaks paragraphs

2013-12-13 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > inline source -- when on its own line -- breaks the paragraph, which is > unexpected. > > Here is a test file: > > * Test > > This is a broken > src_R[:exports results :results raw]{10} > paragraph. > > > Here is (the relevant part of) the output of the LaTeX export

Re: [O] [BUG] inline source breaks paragraphs

2013-12-08 Thread Andreas Leha
Hi all, I sent too quickly... Andreas Leha writes: > Hi all, > > inline source -- when on its own line -- breaks the paragraph, which is delete that. > unexpected. > > Here is a test file: > > * Test > > This is a broken > src_

[O] [BUG] inline source breaks paragraphs

2013-12-08 Thread Andreas Leha
Hi all, inline source -- when on its own line -- breaks the paragraph, which is unexpected. Here is a test file: --8<---cut here---start->8--- * Test This is a broken src_R[:exports results :results raw]{10} paragraph. --8<---cut here-