Add section labels

This commit is contained in:
Gerard Vermeulen 2021-12-05 17:02:39 +01:00
parent 222cd5f14b
commit 534bc60802
1 changed files with 8 additions and 2 deletions

View File

@ -740,7 +740,10 @@ Note: how to make it work without tangling?
(require 'oc-csl))
#+end_src
*** [[https://tecosaur.github.io/emacs-config/#translate-capital-keywords][Translate capital keywords (old) to lower case (new)]]
*** [[https://tecosaur.github.io/emacs-config/#translate-capital-keywords][Convert keywords to lower case]]
:PROPERTIES:
:CUSTOM_ID: sec:convert-keywords-to-lower-case
:END:
#+attr_latex: :options bgcolor=LightGoldenrodYellow
#+begin_src emacs-lisp
@ -759,7 +762,10 @@ Note: how to make it work without tangling?
(message "Replaced %d keywords" count)))))
#+end_src
*** [[info:org#Advanced Export Configuration][Advanced Export Configuration (info)]]
*** [[info:org#Advanced Export Configuration][Advanced export configuration (info)]]
:PROPERTIES:
:CUSTOM_ID: sec:advanced-export-configuration
:END:
Stolen from [[https://git.sr.ht/~bzg/org-contrib/tree/master/item/lisp/ox-extra.el][ox-extra.el]]