fix setting parsing error and org help reference

This commit is contained in:
2022-12-04 22:54:05 +01:00
parent c7bfa7d9f3
commit 02ff9d6b22
2 changed files with 3 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ print(fname, end='')
**** using my-tex.mplstyle
#+HEADER: :prologue (mpl-prologue "my-tex")
#+HEADER: :var fname=(mpl-var "img-matplotlib-tex")
#+HEADER: :var fname=(mpl-var "img/figure-matplotlib-tex")
#+begin_src python :results output file
import math as m
import matplotlib as mpl
@@ -484,7 +484,7 @@ print(fname, end='')
#+ATTR_ORG: :width 500
#+RESULTS:
[[file:img-matplotlib-tex.svg]]
[[file:img/figure-matplotlib-tex.svg]]
** Example / Verbatim
#+BEGIN_EXAMPLE

View File

@@ -926,7 +926,7 @@ except:
"
(concat config-dir "scripts/fonts")
(concat config-dir "scripts/matplotlib-stylelib")
(or mplstyle "my")))))
(or mplstyle "my"))))))
(use-package ol-notmuch
:after (org))