From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: italics inside quotation marks -> LaTeX not working Date: Tue, 5 Apr 2011 20:51:40 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=49006 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7HuJ-0001CB-PA for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 21:51:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7HuI-0006Hf-OP for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 21:51:43 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:39990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7HuI-0006HU-HB for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 21:51:42 -0400 Received: by bwz17 with SMTP id 17so888970bwz.0 for ; Tue, 05 Apr 2011 18:51:40 -0700 (PDT) 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: emacs-orgmode Hi, When exporting to LaTeX/PDF and using org-mode markup for italics inside quotation marks, the /'s are getting left alone. So... ,--- | /word/ `--- works fine, but ,--- | He said, "/word/" `--- Does not. Any suggestions on this? I could convert everything to \emph{}, but that makes for uglier reading when using the org file itself. Thanks, John