Purpose
Generic Org publishing utility, for tangling and weaving documents.
Knitting is an activity that relates to both tangling and weaving, hence the name.
This role this serves is also similar to R’s knitr
, and so an obvious association seems beneficial.
Task List
- callable command line script
- list (and use) possible export formats
- syncronous export
- asyncronous export
- stdout mode
- code block execution
- code tangling
-
support all of
org-tangle
's features - loading files first
- error handling
- async thread limiting
Known Issues
- Async exports with post-processing (e.g. pdf) do not execute post-processing. This is probably [BUG] Async pdf export broken with native-comp - Sébastien Miquel not me