1 + 2
Created
June 3, 2021 09:03
-
-
Save munen/4cb3b5493f48e7f032d72b5c3440346a to your computer and use it in GitHub Desktop.
Small step towards auto-updating source blocks from a batch process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'org) | |
(org-babel-do-load-languages | |
'org-babel-load-languages | |
'((shell . t) | |
(ruby . t) | |
(emacs-lisp . t))) | |
;; Don’t ask to execute a code block. | |
(setq org-confirm-babel-evaluate nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment