From 3c37b1b00f9d345ad1d036c8ef6a04cf633d3f5f Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Tue, 4 Aug 2026 19:18:37 +0100 Subject: initial commit --- batch-tangle | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 batch-tangle (limited to 'batch-tangle') diff --git a/batch-tangle b/batch-tangle new file mode 100755 index 0000000..93129da --- /dev/null +++ b/batch-tangle @@ -0,0 +1,10 @@ +#!/bin/sh +# Tangle files with Org mode +# +emacs -Q --batch --eval " + (progn + (require 'ob-tangle) + (dolist (file command-line-args-left) + (with-current-buffer (find-file-noselect file) + (org-babel-tangle)))) + " "$@" -- cgit v1.3