From db664af6ee6b58b101c910f629b67c7fba5a4d1c Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 20 Feb 2021 16:20:02 -0800 Subject: [PATCH] guide: need to be able to generate gnuplot output directly --- guide/.dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/.dir-locals.el b/guide/.dir-locals.el index 9a2f642..45c7f8c 100644 --- a/guide/.dir-locals.el +++ b/guide/.dir-locals.el @@ -19,7 +19,8 @@ (setq org-confirm-babel-evaluate nil) (org-babel-do-load-languages 'org-babel-load-languages - '((shell . t))) + '((shell . t) + (gnuplot . t))) ;; This sets a default :file tag, set to a unique filename. I want each demo to ;; produce an image, but I don't care what it is called. I omit the :file tag ;; completely, and this advice takes care of it