Mostly using ":mkdirp yes :tangle path", is like doing a "cat block >>path". And you use (org-babel-tangle) as the exporter
#+begin_src elisp :mkdirp yes :tangle ~/.emacs (org-babel-tangle) #+end_src
Technical stuff, mostly
#+begin_src elisp :mkdirp yes :tangle ~/.emacs (org-babel-tangle) #+end_src
If you have a prefix, the coolest way is like the following:
export ${!KONG_*}If you want everything: eval $(printenv | awk -F= '{ print "export " $1 }')
I've enjoyed this talk so much I'm gonna post it here: Great as always, Damian Conway doing his particular 'GEB' on physics and programming: https://www.youtube.com/watch?v=ORjyXcLDd9M
Also, Keep Ruby Weird 2018, the same as !!Con, very interesting talks.
https://www.youtube.com/watch?v=v32XHJxljKI&list=PLE7tQUdRKcyaxIbXihF5bRdMumqVtGrT4&index=5
EDIT: 2020-11-10. Found https://marak.com/blog/2013-05-13-time-loop-software