Re: [PATCH] ox-html.el: Fix relative links with :html-link-use-abs-url

2023-07-10 Thread Ihor Radchenko
Akira Kyle writes: > From e9b8b782dbf956c855e2e3cdec5b9e8aa47d47c1 Mon Sep 17 00:00:00 2001 > From: Akira Kyle > Date: Mon, 27 Feb 2023 12:12:32 -0700 > Subject: [PATCH] org-html-link: Fix relative links with :html-link-use-abs-url Applied, onto main, adding TINYCHANGE cookie to the commit mess

Re: [PATCH] ox-html.el: Fix relative links with :html-link-use-abs-url

2023-06-18 Thread Ihor Radchenko
Akira Kyle writes: > I'm pretty sure this fixes a bug and that the intended behavior is > that when publishing with, say, ~:html-link-use-abs-url t~ and > ~:html-link-home mysite.com~, one would expect a link like > ~[[file:my/page.org]]~ to be exported to ~mysite.com/my/page.com~. > ... > -

[PATCH] ox-html.el: Fix relative links with :html-link-use-abs-url

2023-06-17 Thread Akira Kyle
I'm pretty sure this fixes a bug and that the intended behavior is that when publishing with, say, ~:html-link-use-abs-url t~ and ~:html-link-home mysite.com~, one would expect a link like ~[[file:my/page.org]]~ to be exported to ~mysite.com/my/page.com~. I may have have misunderstood someth