Hi Seb,
You could use the `org-babel-post-tangle-hook' to rename all tangled
files behind some common prefix. Any function on this hook will be
called once per tangled file from within the tangled file, so it could
use the `buffer-file-name' to rename the file.
Best -- Eric
Sébastien Vauban wr
Hello,
Wanting to use Babel as much as possible, writing a lot of scripts that I
tangle (and eventually share with others), I find that prefixing all tangled
files shoud be a good habit in order to directly see which files (in dired)
are the results of a tangling process.
Of course, I can have th