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 18:08:54 +0200 Message-ID: <87iqis2okp.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> <87ws782rbe.fsf@kassiopeya.MSHEIMNETZ> <5236d6f90906190828t1afb59f3u1d61a0a90fafa5a3@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 1MHgaK-0002u5-42 for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:05:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHgaF-0002qf-Em for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:04:59 -0400 Received: from [199.232.76.173] (port=42530 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHgaF-0002qR-4m for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:04:55 -0400 Received: from mail.gmx.net ([213.165.64.20]:37450) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MHgaE-0002JU-5N for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:04:54 -0400 In-Reply-To: <5236d6f90906190828t1afb59f3u1d61a0a90fafa5a3@mail.gmail.com> (Xin Shi's message of "Fri, 19 Jun 2009 11:28:43 -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 Hm - the following methods work here. As I found in http://article.gmane.org/gmane.emacs.orgmode/13047/match=custom+id they shouldn't. Seems the links should be prepended with the hash sign as you proposed. But it works both ways here (org-mode from today). I jumped the gun and took a look in a testfile I use here (see below). And: There really _was_ a bug in org-info.js that should be fixed now. The current code is here: http://repo.or.cz/w/Worg.git?a=commit;h=366e95c4c3dd9bcca7093d6aad137fc89eadf37a Now we see the prefered (i.e. custom) IDs in the browser's location bar (and therefor the history panel, if the browser has such a thing). This is the relevant part of a file I use here for testing: => --->8----------------------------->8----------------------------->8--- # <> * Section C ...some content ... *These links work:* + [[fill-table-column-with-incremental-numbers][Section C]] + [[subsection-four][Subsection C.2]] *** Subsection C.2 :PROPERTIES: :CUSTOM_ID: subsection-four :END: + [[#fill-table-column-with-incremental-numbers][Section C]] + [[#subsection-four][Subsection C.2]] <= ---8<-----------------------------8<-----------------------------8<--- Could you send us the part of your sources that does _not_ work? Regards Sebastian