add CUSOTM_IDs to make toc links work in Emacs
[~bandali/configs] / emacs / init.org
index e21b0bd..1e44cab 100644 (file)
@@ -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