From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hannon Subject: monospace (=) and quotes not getting along Date: Thu, 25 Aug 2011 15:02:33 -0700 (PDT) Message-ID: <1314309753.93337.YahooMailNeo@web161917.mail.bf1.yahoo.com> Reply-To: Michael Hannon Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0-678613661-1314309753=:93337" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwi0R-0004ar-MQ for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 18:02:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qwi0Q-0003yO-9d for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 18:02:35 -0400 Received: from nm29.bullet.mail.bf1.yahoo.com ([98.139.212.188]:22149) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qwi0Q-0003yJ-6U for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 18:02:34 -0400 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: Org-Mode List --0-678613661-1314309753=:93337 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Greetings.=A0 I have another dumb question related to HTML export.=A0 In th= e=0Adocument I'm revising I have some R code and some references to R varia= bles.=0AI'd like the R code and variables to appear in monospaced font.=A0 = This seems=0Aeasy enough.=A0 Here's an example that works as I want it to w= ork:=0A=0A=A0=A0=A0 To define =3Dmy_foobar=3D in this model, we issue the c= ommand:=0A=0A=A0=A0=A0=A0=A0=A0=A0 =3D> my_foobar =3D dataset$foobar=3D=0A= =0AI've got a whole series of similar expressions, and they mostly do work,= but=0Ahere's one that doesn't:=0A=0A=A0=A0=A0 To define =3Dmy_frabbitz=3D = in this model, we issue the command:=0A=0A=A0=A0=A0=A0=A0=A0=A0 =3D> my_fra= bbitz =3D "someRandomWord"=3D=0A=0AThe "my_frabbitz" in the sentence comes = out in monospace, but the R code=0Adoesn't.=A0 It seems that the quotation = marks are killing the process.=0A=0AI've tried a number of stupid quoting t= ricks, such as using:=0A=0A=A0=A0=A0 ...\"someRandomWord\"=3D=0A=A0=A0=A0 .= ..""someRandomWord""=3D=0A=0Aetc., but they typically make things worse.=0A= =0ABTW, using the begin/end_example construct does more or less what I want= , but=0Ait breaks the flow of the document, and there are many places in th= e document=0Awhere the =3D...=3D construct works just fine and gives the lo= ok I need.=0A=0AAny suggestions?=0A=0AThanks,=0A=0A-- Mike --0-678613661-1314309753=:93337 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Greetings.  I have anoth= er dumb question related to HTML export.  In the
document I'm revis= ing I have some R code and some references to R variables.
I'd like the = R code and variables to appear in monospaced font.  This seems
easy= enough.  Here's an example that works as I want it to work:

&n= bsp;   To define =3Dmy_foobar=3D in this model, we issue the comm= and:

        =3D> my_foobar = =3D dataset$foobar=3D

I've got a whole series of similar expressions= , and they mostly do work, but
here's one that doesn't:

 &nb= sp;  To define =3Dmy_frabbitz=3D in this model, we issue the command:<= br>
        =3D> my_frabbitz =3D "= someRandomWord"=3D

The "my_frabbitz" in the sentence comes out in mo= nospace, but the R code
doesn't.  It seems that the quotation marks are killing the= process.

I've tried a number of stupid quoting tricks, such as usin= g:

    ...\"someRandomWord\"=3D
   = ...""someRandomWord""=3D

etc., but they typically make things worse= .

BTW, using the begin/end_example construct does more or less what = I want, but
it breaks the flow of the document, and there are many place= s in the document
where the =3D...=3D construct works just fine and give= s the look I need.

Any suggestions?

Thanks,

-- Mike
--0-678613661-1314309753=:93337--