mirror of
https://github.com/emacs-twist/org-babel.git
synced 2024-12-14 11:07:30 +00:00
A pure Nix implementation of org-babel-tangle
nix | ||
test | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.org |
nix-org-babel
This is a quick and dirty implementation of org-babel-tangle
in Nix.
It provides a function that takes an Org string and returns the contents of source blocks in a particular language.
talyz/fromElisp has a built-in Org support, but I created this because I needed more control on which parts to extract. It provides an option for excluding subtrees matching a particular heading pattern. For example, you can omit archived subtrees from the output.