This commit is contained in:
Anthony Scemama 2021-10-06 10:35:43 +02:00
parent 73c8400f0b
commit 71ad7abb7f
3 changed files with 3 additions and 1 deletions

View File

@ -262,7 +262,7 @@ qmckl_exit_code qmckl_set_numprec_range(const qmckl_context context, const int r
~qmckl_get_numprec_range~ returns the value of the numerical range in the context.
#+begin_src c :comments org :tangle (eval h_func) :exports none
int32_t qmckl_context_get_range(const qmckl_context context);
int32_t qmckl_get_numprec_get_range(const qmckl_context context);
#+end_src
# Source

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

@ -39,6 +39,7 @@
(setq org-hide-emphasis-markers nil)
(setq org-pretty-entities nil)
(setq org-confirm-babel-evaluate nil) ;; Do not ask for confirmation all the time!!
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Cant guess python-indent-offset
(org-babel-do-load-languages
'org-babel-load-languages