[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] turn off monospace in src result
From: |
Andreas Leha |
Subject: |
Re: [O] turn off monospace in src result |
Date: |
Thu, 17 Jul 2014 22:28:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (darwin) |
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)}
2. globally for all block as in '#+PROPERTY: results raw'
(then you would override this setting per non-inline code block)
HTH,
Andreas