[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] oddity tangling src_blk with :var [9.7-pre (release_9.6.26-136
|
From: |
Greg Minshall |
|
Subject: |
Re: [BUG] oddity tangling src_blk with :var [9.7-pre (release_9.6.26-1368-g1ae978 @ /home/minshall/.emacs.d/straight/build/org/)] |
|
Date: |
Thu, 02 May 2024 16:01:50 +0300 |
Ihor,
> Then, if the backend does not define variable expansion method, do
> nothing. If the backend is not loaded, throw an error/warning (maybe
> depending on a customization).
great. thanks. if customizable, i'd vote to default with an error.
then, for what it's worth, my experience led me to write some code for a
command line program (basically, an elisp script) to tangle files.
if anyone is interested in playing/using it, that'd be great. the idea
is to figure out what languages are needed by walking the source code
blocks, keeping track of languages, then set `org-babel-load-languages`
appropriately, and tangle the file.
----
https://sr.ht/~minshall/org-cli-tangle/
----
cheers, Greg