From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Herzig Subject: org-export links to html Date: Fri, 22 Feb 2019 18:08:18 +0000 Message-ID: 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]:32994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxFFW-0005R2-RH for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:08:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxFFW-00059G-8F for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:08:38 -0500 Received: from mail-oln040092064016.outbound.protection.outlook.com ([40.92.64.16]:33215 helo=EUR01-DB5-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 1gxFFV-0004Rm-UC for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 13:08:38 -0500 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 Hi! 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? Thanks, Daniel