1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-06-02 03:15:40 +02:00

Remove warning when tangling

This commit is contained in:
Anthony Scemama 2021-10-06 10:31:06 +02:00
parent 01e4476c19
commit 9f2b4b9075
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
(setq org-confirm-babel-evaluate nil)
(global-font-lock-mode t)
(setq org-src-fontify-natively t)
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Cant guess python-indent-offset
;(require 'ox-latex)
;(setq org-latex-listings t)

View File

@ -29,4 +29,5 @@
))
(setq org-babel-python-command "python3 -q")
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Cant guess python-indent-offset