Commit automagically generated changes

This commit is contained in:
Gerard Vermeulen 2022-08-20 15:19:02 +02:00
parent 9bfaee9146
commit 422e53fed2
1 changed files with 2 additions and 2 deletions

View File

@ -2510,13 +2510,13 @@ the first nine lines of this [[file:README.org]] file. The last line shows that
#+begin_src org :tangle no
#+title: Emacs setup for use with LaTeX, Org, and Python
#+author: Gerard Vermeulen
#+babel: :cache no
#+latex_class: article-local
#+latex_class_options: [11pt,a4paper,english,svgnames,tables]
#+macro: kbd (eval (by-backend-kbd-org-macro $1))
#+property: header-args:emacs-lisp :exports code :results silent :tangle init.el
#+property: header-args:org :tangle include.org
#+startup: content
#+startup: showeverything
#+include: "include.org"
#+end_src
:end: