Commit 22673a5cf7c3

Vincent Demeester <vincent@sbr.pm>
2020-02-29 17:40:52
Add org-attach-expand-link support in publish.el
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6ddc196
Changed files (1)
publish.org
@@ -93,8 +93,16 @@
   (setq org-html-format-headline-function 'my-org-html-format-headline-function)
 #+end_src
 
-I also use some custom links… They are define in my [[https://github.com/vdemeester/emacs-config][emacs configuration]] repository :
-[[https://github.com/vdemeester/emacs-config/blob/master/lisp/setup-org.el][~setup-org.el~]].
+I also use some custom links… First thing first, I want the =att:= link to be supporting
+when exporting
+
+#+begin_src emacs-lisp :tangle yes
+(require 'org-attach)
+(setq org-link-abbrev-alist '(("att" . org-attach-expand-link)))
+#+end_src
+
+
+They are define in my [[https://github.com/vdemeester/emacs-config][emacs configuration]] repository : [[https://github.com/vdemeester/emacs-config/blob/master/lisp/setup-org.el][~setup-org.el~]].
 
 #+begin_src emacs-lisp :tangle yes
   (org-link-set-parameters "tag"