Minor edit
This commit is contained in:
parent
5281d178ea
commit
322ee48f42
@ -1423,10 +1423,6 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
|
|||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
'(org-confirm-babel-evaluate nil)))
|
'(org-confirm-babel-evaluate nil)))
|
||||||
|
|
||||||
(with-eval-after-load 'ob-python
|
|
||||||
(custom-set-variables
|
|
||||||
'(org-babel-python-command "python -E")))
|
|
||||||
|
|
||||||
(with-eval-after-load 'ob-latex
|
(with-eval-after-load 'ob-latex
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
'(org-babel-latex-preamble
|
'(org-babel-latex-preamble
|
||||||
@ -1443,6 +1439,10 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
|
|||||||
(with-eval-after-load 'sly
|
(with-eval-after-load 'sly
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
'(org-babel-lisp-eval-fn #'sly-eval))))
|
'(org-babel-lisp-eval-fn #'sly-eval))))
|
||||||
|
|
||||||
|
(with-eval-after-load 'ob-python
|
||||||
|
(custom-set-variables
|
||||||
|
'(org-babel-python-command "python -E")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+caption[Customize =Org=]:
|
#+caption[Customize =Org=]:
|
||||||
|
Loading…
Reference in New Issue
Block a user