mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 12:43:55 +01:00
Removed python output in compilation
This commit is contained in:
parent
d5b68b0460
commit
d2d731bb3a
@ -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}~"
|
||||
|
||||
}
|
||||
|
||||
|
@ -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)))" \
|
||||
|
Loading…
Reference in New Issue
Block a user