From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hennig Subject: fix for error of quoted and emphasized text in LaTeX export Date: Wed, 07 Jul 2010 16:48:58 +0200 Message-ID: <4C3493DA.7050600@freylax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34783 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWVw4-0000eM-RR for emacs-orgmode@gnu.org; Wed, 07 Jul 2010 10:49:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWVw0-00043b-1j for emacs-orgmode@gnu.org; Wed, 07 Jul 2010 10:49:16 -0400 Received: from h1666135.stratoserver.net ([85.214.157.189]:52658) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWVvz-00042W-Sx for emacs-orgmode@gnu.org; Wed, 07 Jul 2010 10:49:12 -0400 Received: from localhost ([127.0.0.1]) by h1666135.stratoserver.net with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OWVvs-0006Dg-2E for emacs-orgmode@gnu.org; Wed, 07 Jul 2010 16:49:04 +0200 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@gnu.org Dear Orgmode List, In LaTeX export the following will fail: "/Hello/" -> ``/Hello/'' instead of "/Hello/" -> ``\emph{Hello}'' The fix I propose is to change the order of calling org-export-latex-quotation-marks AFTER org-export-latex-fontify in the org-export-latex-content function, because the quotation marks would be changed and do not match the regexp anymore. But I'm not too shure if there are other implications to regard. best regards, Robert Hennig