emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] turn off monospace in src result


From: Nick Dokos
Subject: Re: [O] turn off monospace in src result
Date: Thu, 17 Jul 2014 17:38:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Andreas Leha <address@hidden> writes:

> Hi regcl,
>
> regcl <address@hidden> 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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]