]> git.eshelyaron.com Git - esy-publish.git/commitdiff
source/esy.org: Add 'custom_id' properties to headers
authorEshel Yaron <me@eshelyaron.com>
Fri, 22 Sep 2023 20:30:47 +0000 (22:30 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 22 Sep 2023 20:31:36 +0000 (22:31 +0200)
source/esy.org

index 9a24db1b2b8a18f3fa6e0604716fe4773b6ebc29..ffcce5275030ea69ba7b3c3bda8d2329adadfaca 100644 (file)
@@ -7,19 +7,34 @@ I've recently moved from a literate Emacs configuration based on Org
 mode to a simpler =init.el= file, reproduced below:
 
 * Main configuration
+:PROPERTIES:
+:CUSTOM_ID: config-top
+:END:
 
 #+transclude: [[file:~/checkouts/esy-publish/dotfiles/.emacs.d/init.el]] :src emacs-lisp
 
 * Mail and other communication settings
+:PROPERTIES:
+:CUSTOM_ID: config-mail
+:END:
 
 #+transclude: [[file:~/checkouts/esy-publish/dotfiles/.emacs.d/lisp/esy-comm.el]] :src emacs-lisp
 
 * Custom libraries
+:PROPERTIES:
+:CUSTOM_ID: config-libs
+:END:
 
 ** Refresh OAuth 2.0 access token JIT for connecting to my university mail
+:PROPERTIES:
+:CUSTOM_ID: config-oauth2
+:END:
 
 #+transclude: [[file:~/checkouts/esy-publish/dotfiles/.emacs.d/lisp/esy-o365.el]] :src emacs-lisp
 
 ** Jump to any button in the current buffer
+:PROPERTIES:
+:CUSTOM_ID: config-some-button
+:END:
 
 #+transclude: [[file:~/checkouts/esy-publish/dotfiles/.emacs.d/lisp/some-button.el]] :src emacs-lisp