From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Using Org for a dissertation Date: Thu, 14 Jun 2012 17:13:20 +0100 Message-ID: <87d351g9cv.fsf@ucl.ac.uk> References: <87aa1dz2b5.fsf@berkeley.edu> <871umpz6o3.fsf@gmx.com> <878vfq6paj.fsf@pank.eu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDqF-0001by-Gq for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 13:28:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfDqD-0001Eg-1b for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 13:28:19 -0400 Received: from ch1ehsobe005.messaging.microsoft.com ([216.32.181.185]:46133 helo=ch1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDqC-0001E8-KA for emacs-orgmode@gnu.org; Thu, 14 Jun 2012 13:28:16 -0400 In-Reply-To: <878vfq6paj.fsf@pank.eu> (rasmus@gmx.us's message of "Thu, 14 Jun 2012 13:39:16 +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: Rasmus Cc: emacs-orgmode@gnu.org, Eric Schulte --=-=-= Content-Type: text/plain Rasmus writes: > Eric Schulte writes: > >>> 1) Section labels and other in-document references. It's nice that >>> Org >>> generates these on export, but I need to be able to assign and use >>> labels that will not change if the document is reordered. I know I >>> can >>> simply add such labels via a \label command, but I am worried that >>> using >>> them in addition to Org's autogenerated labels might cause numbering >>> problems in LaTeX. >>> >> >> I've not run into any such problems. I tend to construct all of my >> labels through Org-mode (which works well for export to both HTML and >> LaTeX). > > Could you describe how to do section links and references from within > Org. I have tried to figure this out for a while now. The only > solution I can find (on Worg) depends on precise section names, which is > not so stable. I use the new latex export engine The attached is a simple example which works for latex. --=-=-= Content-Type: text/org Content-Disposition: attachment; filename="t.org" * Introduction # <> This is some introductory text. * Background In section [[latex:ref][intro]], we introduced the topic. --=-=-= Content-Type: text/plain -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.1.50.1 and Org release_7.8.11-69-ga2fd96 --=-=-=--