From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-export links to html Date: Fri, 22 Feb 2019 19:22:53 +0100 Message-ID: <87h8cv1y4i.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxFUT-00086r-0y for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:24:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxFUS-0003gt-1H for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:24:04 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:54687) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxFUR-0002EM-Op for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:24:03 -0500 In-Reply-To: (Daniel Herzig's message of "Fri, 22 Feb 2019 18:08:18 +0000") 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" To: Daniel Herzig Cc: Orgmode Hello, Daniel Herzig writes: > I'm facing an interesting issue here (emacs 25.1 & orgmode 8.2.10) when > exporting an org-file to html. > > In my file there is a link to the original org-file itself (the one I'm > working on), written as 'file:/x/y/file.org'. When exporting to .pdf, > .odt, or text, > it correctly expands to 'file:///x/y/file.org', but when I export it to > .html, the link expands as 'file:///x/y/file.html'. > > Does anyone have a hint, how to avoid this behaviour? See `org-html-link-org-files-as-html'. Regards, -- Nicolas Goaziou