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]
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
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
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
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_
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-