fix setting parsing error and org help reference
This commit is contained in:
@@ -457,7 +457,7 @@ print(fname, end='')
|
|||||||
|
|
||||||
**** using my-tex.mplstyle
|
**** using my-tex.mplstyle
|
||||||
#+HEADER: :prologue (mpl-prologue "my-tex")
|
#+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
|
#+begin_src python :results output file
|
||||||
import math as m
|
import math as m
|
||||||
import matplotlib as mpl
|
import matplotlib as mpl
|
||||||
@@ -484,7 +484,7 @@ print(fname, end='')
|
|||||||
|
|
||||||
#+ATTR_ORG: :width 500
|
#+ATTR_ORG: :width 500
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
[[file:img-matplotlib-tex.svg]]
|
[[file:img/figure-matplotlib-tex.svg]]
|
||||||
|
|
||||||
** Example / Verbatim
|
** Example / Verbatim
|
||||||
#+BEGIN_EXAMPLE
|
#+BEGIN_EXAMPLE
|
||||||
|
|||||||
@@ -926,7 +926,7 @@ except:
|
|||||||
"
|
"
|
||||||
(concat config-dir "scripts/fonts")
|
(concat config-dir "scripts/fonts")
|
||||||
(concat config-dir "scripts/matplotlib-stylelib")
|
(concat config-dir "scripts/matplotlib-stylelib")
|
||||||
(or mplstyle "my")))))
|
(or mplstyle "my"))))))
|
||||||
|
|
||||||
(use-package ol-notmuch
|
(use-package ol-notmuch
|
||||||
:after (org))
|
:after (org))
|
||||||
|
|||||||
Reference in New Issue
Block a user