From 0d640e080a15e54c6995ffc7aca60093b93c7442 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 22 Sep 2023 22:30:47 +0200 Subject: [PATCH] source/esy.org: Add 'custom_id' properties to headers --- source/esy.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.39.5