Skip to content

Instantly share code, notes, and snippets.

@munen
Created June 3, 2021 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save munen/4cb3b5493f48e7f032d72b5c3440346a to your computer and use it in GitHub Desktop.
Save munen/4cb3b5493f48e7f032d72b5c3440346a to your computer and use it in GitHub Desktop.
Small step towards auto-updating source blocks from a batch process
(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