create a tangld-build function that tangles org-source files into their targets #4
Closed
4 tasks done
Labels
emacs-package
Emacs lisp and package
Milestone
Overview
loop through the org-mode files in the source directory, tangling each one.
tangld-build
needs a list of one or more org files and then for each file in the list,tangld-build
runsorg-bable-tangle
on it and then moves to the next file.At the most basic level, the src blocks in the file define the options and the target that are given to the
org-babel-tangle-file
function. If desired, the user can create other src-blocks in other files that can add additional functions and/or data to the current file's src-blocks. This is done by loading thelibrary-of-babel
which is documented on the org site.Secondly, by default we shouldn't tangle a file that hasn't changed since the last tangle. This should help reduce "build time" and will also keep file timestamps consistent with changes for the most part.
Lastly, the user must have the ability to include and exclude any file they want from the list that tangld-build uses.
Tasks
library of babel
for use in build #5org-babel-tangle
function with options from the tangld project configuration #20The text was updated successfully, but these errors were encountered: