From a5f960b713537385c5441aa632ad3e9d6e7390a0 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Fri, 9 Feb 2024 15:34:29 -0500 Subject: [PATCH] fix(emacs): default to `:results output` for org racket src blocks Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 70a723e..832c541 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -24,6 +24,10 @@ (python . t) (java . t))) +(setq org-babel-default-header-args:racket + '((:session . "none") + (:results . "output"))) + (setcar (nthcdr 4 org-emphasis-regexp-components) 20) (org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components) (setq org-agenda-files '("~/org/inbox.org"