Update 2023.10.15

This commit is contained in:
Phil Bajsicki 2023-10-16 00:14:39 +02:00
parent b2ca022160
commit da23c12e2e

View file

@ -88,7 +88,7 @@ Source blocks look like this:
#+end_example
The way ~org-babel-tangle~ works is that it will look at the source blocks, and extract them into the file befined by the ~:tangle~ parameter.
The way ~org-babel-tangle~ works is that it will look at the source blocks, and extract them into the file defined by the ~:tangle~ parameter.
In some cases, we use
#+begin_example