mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 01:56:13 +01:00
Remove warning when tangling
This commit is contained in:
parent
01e4476c19
commit
9f2b4b9075
@ -9,6 +9,7 @@
|
|||||||
(setq org-confirm-babel-evaluate nil)
|
(setq org-confirm-babel-evaluate nil)
|
||||||
(global-font-lock-mode t)
|
(global-font-lock-mode t)
|
||||||
(setq org-src-fontify-natively t)
|
(setq org-src-fontify-natively t)
|
||||||
|
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Can’t guess python-indent-offset
|
||||||
|
|
||||||
;(require 'ox-latex)
|
;(require 'ox-latex)
|
||||||
;(setq org-latex-listings t)
|
;(setq org-latex-listings t)
|
||||||
|
@ -29,4 +29,5 @@
|
|||||||
))
|
))
|
||||||
|
|
||||||
(setq org-babel-python-command "python3 -q")
|
(setq org-babel-python-command "python3 -q")
|
||||||
|
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Can’t guess python-indent-offset
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user