From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: In-line code and fonts Date: Tue, 08 May 2012 09:26:58 +0200 Message-ID: <87vck72kvx.fsf@med.uni-goettingen.de> References: <47259F38-C126-49CA-80E3-1FEC85253204@univie.ac.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRepv-0006Vm-G8 for emacs-orgmode@gnu.org; Tue, 08 May 2012 03:27:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRept-0000Nt-IF for emacs-orgmode@gnu.org; Tue, 08 May 2012 03:27:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:46802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRept-0000Ne-Bf for emacs-orgmode@gnu.org; Tue, 08 May 2012 03:27:53 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SRepq-0000o9-6H for emacs-orgmode@gnu.org; Tue, 08 May 2012 09:27:50 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 May 2012 09:27:50 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 May 2012 09:27:50 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Erich Neuwirth writes: > 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? Hi Erich, try something like This is inline R 1+2 = src_R[:results raw]{1+2} Cheers, Andreas