Stop exporting and tangling the "Tempo" section

This commit is contained in:
Gerard Vermeulen 2023-05-14 07:23:47 +02:00
parent 2ec25ff498
commit 0ffbd506e6
1 changed files with 3 additions and 3 deletions

View File

@ -5803,9 +5803,10 @@ formatter for Python]].
(add-hook hook #'yas-minor-mode)))
#+end_src
** [[info:autotype#Tempo][Tempo (info)]]
** [[info:autotype#Tempo][Tempo (info)]] :noexport:
:PROPERTIES:
:CUSTOM_ID: sec:tempo
:header-args:emacs-lisp: :tangle no :eval never-export
:END:
The official [[info:autotype#Tempo][tempo (info)]] documentation is very short and the following links
@ -5863,7 +5864,7 @@ Allows `tempo' expansion by typing <SPC> after a complete `tempo' tag."
(car tag) 1 'abbrev-tempo-expand-if-complete)))))
#+end_src
*** Tempo for =AUCTeX='s =LaTeX-mode=
*** Tempo for =LaTeX-mode= of =AUCTeX=
:PROPERTIES:
:CUSTOM_ID: sec:tempo-latex
:END:
@ -5901,7 +5902,6 @@ Allows `tempo' expansion by typing <SPC> after a complete `tempo' tag."
(add-hook 'LaTeX-mode-hook 'setup-tempo-latex))
#+end_src
*** Tempo for =python-mode=
:PROPERTIES:
:CUSTOM_ID: sec:tempo-python