From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Control the entries of the index in org-mode exporting Date: Tue, 02 Oct 2012 16:03:30 +0200 Message-ID: <87391x7yz1.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ34P-00016J-Iu for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:03:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ34G-0005MZ-2p for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:03:33 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:65089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ34F-0005MV-TX for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:03:24 -0400 Received: by mail-wi0-f169.google.com with SMTP id hq4so797924wib.0 for ; Tue, 02 Oct 2012 07:03:23 -0700 (PDT) In-Reply-To: (twiki's message of "Tue, 2 Oct 2012 09:10:31 +0000 (UTC)") 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: twiki Cc: emacs-orgmode@gnu.org Hi, twiki writes: > I have a document in Org and I would like to add > an index exporting to LaTeX, I would like to control > the formatting of the entries in the index > as is done in LaTeX with the command \index, e.g. > > \index{Actors!Jack Nicholson} > > Any suggestions? You can simply use \index{Actors!Jack Nicholson} in your .org file. It will added verbatim to your .tex file. Then compiling your index and your .tex file will add this entry. HTH, -- Bastien