From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Questions on LaTeX Exporter Date: Mon, 7 Mar 2011 06:30:04 -1000 Message-ID: References: <87ei6lpa06.fsf@gmail.com> <80B13489-D629-4DE3-A344-6A74EE38D804@tsdye.com> <4D738A76.9000002@gmail.com> <9810BB90-62BA-4957-B147-D5805A39056A@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=40486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwdK1-0001Gf-OW for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 11:30:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwdK0-0007gq-Dz for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 11:30:13 -0500 Received: from cpoproxy1-pub.bluehost.com ([69.89.21.11]:43402) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PwdK0-0007gb-30 for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 11:30:12 -0500 In-Reply-To: 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: Lawrence Mitchell Cc: emacs-orgmode@gnu.org Aloha Lawrence, It does indeed work nicely. Thanks! Tom On Mar 6, 2011, at 11:46 PM, Lawrence Mitchell wrote: > Thomas S. Dye wrote: > > [...] > >>> ,---- >>> | * section >>> | #+latex: \label{sec:sec} >>> `---- > >>> But there /must/ be a better way to this, eh? > >> Good point. It would be great to leverage Org-links to resolve cross >> references to document sections. > > If you do: > > (setq org-export-latex-hyperref-format "\\ref{%s}") then you can > refer to sections by their numbers with "as we see in section > [[section]]" and it works nicely. > > > -- > Lawrence Mitchell > >