summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-21 19:00:46 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-21 19:00:46 +0000
commit1eef8b1e4baf0cba1609e66022fac14e500fb067 (patch)
tree1bbe988dcfb4929818d661ec8c7fa8338e3557b3
parent8db8f47803f4503d6fdcd2bd2c4092e85d68d81c (diff)
downloadymhg-notes-1eef8b1e4baf0cba1609e66022fac14e500fb067.tar.gz
ymhg-notes-1eef8b1e4baf0cba1609e66022fac14e500fb067.zip
Do not confirm evaluation of code blocks
-rw-r--r--publish.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 1666c3e..11f3aee 100644
--- a/publish.el
+++ b/publish.el
@@ -16,6 +16,8 @@
(org-babel-do-load-languages
'org-babel-load-languages '((gnuplot . t)))
+(setq org-confirm-babel-evaluate nil)
+
(setq org-html-coding-system 'utf-8-unix)
(defconst ymhg-notes-dir (file-name-directory (or load-file-name buffer-file-name)))