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