Andreas Leha <[email protected]> writes:
> Hi regcl,
>
> regcl <[email protected]> writes:
>
>> With this line in my .org file ...
>>
>> This is src_R{foo<-"FOO"; paste(foo)}.
>>
>> ... when I publish to html or pdf, I get ...
>>
>> This is FOO.
>>
>> ... which is wonderful, except that "FOO" is monospace.
>>
>> Can I turn off monospace for all results of inline source?
>
> I do not know, how to do that for all inline source blocks. But you can
> turn it off
> 1. per code block as in src_R[:results raw]{foo<-"FOO"; paste(foo)}
Looks like
--8<---------------cut here---------------start------------->8---
This is src_R[:results raw]{foo<-"FOO"; paste(foo)}.
--8<---------------cut here---------------end--------------->8---
produces a newline after the evaluated code block in the HTML file,
which is rendered as a space between the word FOO and the period. Bug?
Nick