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 16:50:48 +0200 Message-ID: <871vpg46rb.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 1MHfMk-00054E-9v for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:46:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHfMf-00050p-MN for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:46:54 -0400 Received: from [199.232.76.173] (port=38787 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHfMf-00050g-I7 for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:46:49 -0400 Received: from mail.gmx.net ([213.165.64.20]:36708) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MHfMe-0004cJ-Vk for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:46:49 -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]]. > It does not jump to that position by the javascript. Although, opening a new > web browser and specify that link (published_org_file_name#tab-compare) will > open it. Are there any way to solve it in the js file? It should. It doesn't though... This is a bug. I'll fix it and be back in a minute... Sebastian