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