[org] use relative links

This commit is contained in:
contrapunctus 2021-09-15 19:38:47 +05:30
parent 5ed54066db
commit 92a5c08279
1 changed files with 2 additions and 1 deletions

View File

@ -2512,7 +2512,8 @@ SLIME opens CLHS links in Firefox, but I'd rather open them in Tor Browser; Tor
,(format "\\.%s\\'"
(regexp-opt
'("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm"
"xpm" "pbm" "pgm" "ppm" "webp") t)))))
"xpm" "pbm" "pgm" "ppm" "webp") t))))
org-link-file-path-type 'relative)
;; https://lists.gnu.org/archive/html/emacs-orgmode/2018-02/msg00082.html
(defun my-export-link-helper (link desc format)
(cond