1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 14:11:44 +02:00

Removed python output in compilation

This commit is contained in:
Anthony Scemama 2022-12-05 14:54:55 +01:00
parent d5b68b0460
commit d2d731bb3a
2 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ function extract_doc()
--load ${CONFIG_DOC} \
${org} \
--load ${CONFIG_TANGLE} \
-f org-html-export-to-html
-f org-html-export-to-html &> /dev/null
mv ${local_html} ${DOCS}
rm -f "${local_html}~"
rm -f "${local_html}~"
}

View File

@ -19,7 +19,7 @@ function tangle()
local command="(org-babel-tangle-file \"$1\")"
emacs --batch \
--load=${TOOLS}/emacs/config_tangle.el \
--eval "$command"
--eval "$command" &> /dev/null
}
# --eval "(require 'org)" \
# --eval "(org-babel-do-load-languages 'org-babel-load-languages '((python . t)))" \