From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Smithline Subject: Re: In-line code and fonts Date: Mon, 07 May 2012 23:35:12 -0400 Message-ID: <4FA89470.2030606@neilsmithline.com> References: <47259F38-C126-49CA-80E3-1FEC85253204@univie.ac.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRbCp-00048R-Ph for emacs-orgmode@gnu.org; Mon, 07 May 2012 23:35:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRbCn-00036p-Qx for emacs-orgmode@gnu.org; Mon, 07 May 2012 23:35:19 -0400 Received: from mail-qa0-f48.google.com ([209.85.216.48]:37996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRbCn-00036b-Mz for emacs-orgmode@gnu.org; Mon, 07 May 2012 23:35:17 -0400 Received: by qady23 with SMTP id y23so214391qad.14 for ; Mon, 07 May 2012 20:35:14 -0700 (PDT) In-Reply-To: <47259F38-C126-49CA-80E3-1FEC85253204@univie.ac.at> 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: Erich Neuwirth Cc: emacs-orgmode 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? > >