From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [export] latex: texorpdfstring in heading Date: Mon, 24 Nov 2014 21:15:59 +0000 Message-ID: References: <87sih8pnw2.fsf@selenimh.mobile.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt10C-0002E8-7g for emacs-orgmode@gnu.org; Mon, 24 Nov 2014 16:17:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xt102-0005oS-Oc for emacs-orgmode@gnu.org; Mon, 24 Nov 2014 16:16:56 -0500 Received: from plane.gmane.org ([80.91.229.3]:41851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt102-0005oO-JF for emacs-orgmode@gnu.org; Mon, 24 Nov 2014 16:16:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xt0zx-0000nq-Es for emacs-orgmode@gnu.org; Mon, 24 Nov 2014 22:16:41 +0100 Received: from cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net ([81.102.136.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Nov 2014 22:16:41 +0100 Received: from andreas.leha by cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Nov 2014 22:16:41 +0100 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 Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> So, here is my question: How do I use \texorpdfstring correctly in an >> org heading? >> >> >> And here is a minimal example: >> >> #+latex_header: \usepackage{hyperref} >> >> * This contains \texorpdfstring{$\prod_{k=1}^N$}{product 1toN} math >> For some reason. > > * This contains @@latex:\texorpdfstring{$\prod_{k=1}^N$}{product 1toN}@@ math > That should have occurred to me as well. Ă„hem. Thank you very much for the quick answer! Regards, Andreas