From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: quotes inside code markup: bug? Date: Wed, 27 Oct 2010 20:10:04 +0530 Message-ID: References: <4CC5978E.8000306@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=42819 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB7Af-0004sb-Hc for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 10:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB7Ab-0003X6-AR for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 10:40:06 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:53975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PB7Ab-0003X0-3j for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 10:40:05 -0400 Received: by yxm34 with SMTP id 34so507927yxm.0 for ; Wed, 27 Oct 2010 07:40:04 -0700 (PDT) In-Reply-To: <4CC5978E.8000306@sift.info> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: rpgoldman@sift.info Cc: Org Mode On Mon, Oct 25, 2010 at 8:13 PM, Robert Goldman wrote= : > I'm finding that, when I export as Latex or html, quoted strings don't > get translated properly. > > I.e., a bit of text like =3D"foo"=3D will be translated literally, instea= d > of turning into a code marked-up string. > > I am attaching a simple document of this type, and the results of export > to latex. =A0Export to HTML seems to give the same behavior. > > This seems like something that would happen to many people, so I wonder > if it's a bug or if I'm failing to understand something. > You can customize org-emphasis-regexp-components variable by removing \" from the component "Forbidden chars in border". There might be some reason why they someone has added \" by default. I am not sure about that. Thanks and Regards Noorul > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >