From 279a98e285014f0cc06fc0f32dd9ec91d2862f6a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 20 Apr 2018 21:34:41 -0400 Subject: [PATCH] add CUSOTM_IDs to make toc links work in Emacs --- emacs/init.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.20.1