From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-info.js: new navigation history Date: Fri, 19 Jun 2009 17:09:41 +0200 Message-ID: <87ws782rbe.fsf@kassiopeya.MSHEIMNETZ> References: <87skhyv84v.fsf@kassiopeya.MSHEIMNETZ> <5236d6f90906180731j463a0ae2i36ecbba45d3f9075@mail.gmail.com> <87ab45z63e.fsf@kassiopeya.MSHEIMNETZ> <5236d6f90906181337p2a957c3fg7bceb1d6b901135d@mail.gmail.com> <87skhxyzec.fsf@kassiopeya.MSHEIMNETZ> <5236d6f90906190720t5ef98b7cy622b6df1eaf6efa6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHff0-0006gH-UZ for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 11:05:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHfew-0006d5-F2 for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 11:05:46 -0400 Received: from [199.232.76.173] (port=56109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHfew-0006d2-9R for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 11:05:42 -0400 Received: from mail.gmx.net ([213.165.64.20]:50940) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MHfev-0008BS-HG for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 11:05:41 -0400 In-Reply-To: <5236d6f90906190720t5ef98b7cy622b6df1eaf6efa6@mail.gmail.com> (Xin Shi's message of "Fri, 19 Jun 2009 10:20:35 -0400") 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: Xin Shi Cc: emacs-orgmode Xin Shi writes: > Hi Sebastian, > > So, I got a related question is how to jump internally during the info mode? > For example: > > In one place I defined: > :CUSTOM_ID: tab-compare > > In another place in the same org file, I want to link to that position by > [[#tab-compare][table]]. Ahh - got it: It should be: [[tab-compare][table]] without the hash. Anyway, thanks for your mail. This way I found that I broke the `prefered ID' stuff (`l' should use the prefered ID, i.e. the custom id). Sebastian