From: Amin Bandali Date: Sat, 21 Apr 2018 01:34:41 +0000 (-0400) Subject: add CUSOTM_IDs to make toc links work in Emacs X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/279a98e285014f0cc06fc0f32dd9ec91d2862f6a?ds=inline add CUSOTM_IDs to make toc links work in Emacs --- diff --git a/emacs/init.org b/emacs/init.org index e21b0bd..1e44cab 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -14,6 +14,9 @@ TODO: description - [[#footer][Footer]] * Header +:PROPERTIES: +:CUSTOM_ID: header +:END: ** First line @@ -57,6 +60,9 @@ file. #+end_src * Initial setup +:PROPERTIES: +:CUSTOM_ID: initial-setup +:END: #+begin_src emacs-lisp :comments none ;;; Code: @@ -207,6 +213,9 @@ variable. #+end_src * Config +:PROPERTIES: +:CUSTOM_ID: config +:END: ** Org @@ -217,6 +226,9 @@ variable. #+end_src * Footer +:PROPERTIES: +:CUSTOM_ID: footer +:END: #+begin_src emacs-lisp :comments none ;;; init.el ends here