I want to something like following to work:
#+begin_src python :tangle file1.py file2.py
import time
#+end_src
And after tangling
, I want both file1.py
, file2.py
has lines.
How tangle single SRC block into multiple output files?
I found same question 4 years ago. But seems didn't work perhaps the versions aren't same as my emacs & org-version.
Is there any other ways?