Hi,I’ve been converting many of my configuration files to org-mode to better document them (examples: https://github.com/zzamboni/dot_emacs/blob/ , https://master/init.org github.com/zzamboni/dot_ ). Usually I have a line like the following at the top of each org file:elvish/blob/master/rc.org #+PROPERTY: header-args:emacs-lisp :tangle init.elSo that all the code blocks in the file are, by default, tangled to the corresponding config file. I was wondering if it might be possible to avoid hardcoding the output file (“init.el” in this example) and instead derive it from the source filename (“init.org” in this case). I’ve looked a bit through the manual and although I found the macro, I couldn’t get it to work.