From: Eshel Yaron Date: Fri, 22 Sep 2023 20:30:47 +0000 (+0200) Subject: source/esy.org: Add 'custom_id' properties to headers X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d640e080a15e54c6995ffc7aca60093b93c7442;p=esy-publish.git source/esy.org: Add 'custom_id' properties to headers --- diff --git a/source/esy.org b/source/esy.org index 9a24db1..ffcce52 100644 --- a/source/esy.org +++ b/source/esy.org @@ -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