From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan Schmitt" Subject: Re: links to headline in LaTeX export Date: Fri, 20 Jan 2012 12:14:03 +0100 Message-ID: <3EF86FF8-F23A-40CF-AD21-9198A49D3D28@polytechnique.org> References: <6EC0E92F-5886-4D7A-92E4-3CB088386B71@polytechnique.org> <87vco64osc.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoCQ1-0004Vp-TU for emacs-orgmode@gnu.org; Fri, 20 Jan 2012 06:14:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoCPx-00006J-UZ for emacs-orgmode@gnu.org; Fri, 20 Jan 2012 06:14:05 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:38262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoCPx-000063-Q6 for emacs-orgmode@gnu.org; Fri, 20 Jan 2012 06:14:01 -0500 In-Reply-To: <87vco64osc.fsf@pinto.chemeng.ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org On 20 Jan 2012, at 12:05, Eric S Fraga wrote: > "Alan Schmitt" writes: > >> Hello, >> >> I'm trying to have links (in the form of \ref and \label) work in >> LaTeX export, but I cannot seem to succeed. I'm following the advice > > You could always do this directly using label and ref explicitly? See > attached org document. This may not be the ideal solution but at > least > it works and is fairly unobtrusive... Thanks a lot. It works great and solves both issues. It's not as pretty as a real link, but it will clearly do until I understand better how LaTeX export works. Alan