From 0c93cc602a33032af3027476a6eed78a674aae7e Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 24 Jul 2019 10:59:48 +0200 Subject: [PATCH] fix anchor link --- .project.el | 2 ++ src/posts/2019-07-04-static-org-publish.org | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.project.el b/.project.el index be1402b..9db8eb1 100644 --- a/.project.el +++ b/.project.el @@ -4,6 +4,8 @@ (require 'org-element) (require 'ox-rss) +(setq org-link-file-path-type 'relative) + (defun org-blog-prepare (project-plist) "With help from `https://github.com/howardabrams/dot-files'. Touch `index.org' to rebuilt it. diff --git a/src/posts/2019-07-04-static-org-publish.org b/src/posts/2019-07-04-static-org-publish.org index 000efe4..96b0a40 100644 --- a/src/posts/2019-07-04-static-org-publish.org +++ b/src/posts/2019-07-04-static-org-publish.org @@ -6,7 +6,7 @@ #+OPTIONS: auto-id:t #+begin_quote -/tl;dr/: [[#solution][Full code for the impatient↓]]. Read the full blog post to have all the details. +/tl;dr/: [[#current-solution-0a92][Full code for the impatient↓]]. Read the full blog post to have all the details. #+end_quote