It is not really an Org Mode solution but, if HTML is an acceptable
output format, I would imagine that you can concoct some CSS to make the
HTML look the way you want it to.
You can add CSS via the `style' keyword. It can go in projects (see Info
section 13.3.1,2) or in the file itself (see 12.5.9).
While I think that using CSS is a nasty hack and would consider this a
bug or missing feature if you can't fix it within Org, if the nasty hack
allows you to get your work done...
Neil Smithline
http://www.neilsmithline.com
Proud GNU Emacs user since 1986, v. 18.24.
On 5/7 19:59 , Erich Neuwirth wrote:
I need control over the font used for results of inline computations in
exported files.
When I have the following code
This is inline R 1+2 = src_R{1+2}
and export it to html (or LaTeX) the fonts used for the regular text and the
fonts used for the results
of the computation are different. Is there an easy way to tell org mode to use
the regular text font for the
result of the computation?