From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Gilstrap Subject: Re: Unexpected link behavior after exporting Org-mode file to HTML Date: Thu, 18 Sep 2014 16:06:14 -0500 Message-ID: References: <87oauc8zad.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUiuI-0007qX-1t for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 17:06:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUiuC-0007NM-Je for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 17:06:26 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:52382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUiuC-0007Mk-E0 for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 17:06:20 -0400 Received: by mail-wg0-f47.google.com with SMTP id l18so1488976wgh.6 for ; Thu, 18 Sep 2014 14:06:14 -0700 (PDT) In-Reply-To: <87oauc8zad.fsf@nicolasgoaziou.fr> 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: Bruce Gilstrap , emacs-orgmode@gnu.org Thank you for fixing it. I have tested it and it works as expected now. Bruce On Thu, Sep 18, 2014 at 3:11 PM, Nicolas Goaziou wrote: > Hello, > > Bruce Gilstrap writes: > >> I am running Org-mode 8.2.7c in Emacs 24.3.1 on Windows 7 Ultimate and >> have encountered a peculiarity with how links work in HTML exported >> from Org-mode. I searched gmane.emacs.orgmode to see if someone else >> has reported this before, but I didn't find anything exactly like >> this. Please pardon me if I have missed something. >> >> I have used org-id extensively to assign unique IDs to headings in >> Org-mode files (stored in the :PROPERTIES: drawer of the heading). >> Before the new exporter framework was introduced in Org-mode 8.0 all >> of these links worked without issue: no matter the level of the >> heading's hierarchy, exported-HTML ID-based links worked fine. >> However, using the new exporter framework produces different results. >> Now, ID-based links always fail when the target heading lies at a >> level below the headline level defined in the export settings, which >> defaults to level 3 (H:3). Note: This is true only for the exported >> HTML; ID-based links work perfectly within Emacs. > > This should be fixed. Thank you for reporting it. > > > Regards, > > -- > Nicolas Goaziou