From mboxrd@z Thu Jan 1 00:00:00 1970 From: regcl Subject: turn off monospace in src result Date: Thu, 17 Jul 2014 12:14:49 -0400 Message-ID: <87fvi0ufly.fsf_-_@channing.harvard.edu> References: <87y4wsl062.fsf@channing.harvard.edu> <8761jpl6gl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7oOB-0002OL-NN for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 12:18:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7oO3-0007nf-Ce for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 12:18:35 -0400 Received: from mail-qc0-f181.google.com ([209.85.216.181]:35261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7oO3-0007md-90 for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 12:18:27 -0400 Received: by mail-qc0-f181.google.com with SMTP id w7so2287220qcr.12 for ; Thu, 17 Jul 2014 09:18:26 -0700 (PDT) In-Reply-To: <8761jpl6gl.fsf@bzg.ath.cx> (Bastien's message of "Wed, 25 Jun 2014 10:49:14 +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 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? Thanks, regcl