From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Herzig Subject: Re: org-export links to html Date: Fri, 22 Feb 2019 18:39:03 +0000 Message-ID: References: <87h8cv1y4i.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxFjT-0001yH-Ko for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:39:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxFjP-0006uK-WF for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:39:33 -0500 Received: from mail-oln040092068057.outbound.protection.outlook.com ([40.92.68.57]:6357 helo=EUR02-HE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxFjN-0006V2-W6 for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:39:31 -0500 In-Reply-To: <87h8cv1y4i.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 22 Feb 2019 19:22:53 +0100") Content-Language: en-US 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: Orgmode Perfect, thank you! Daniel Nicolas Goaziou writes: > 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,