Hi alll Im looking for a way to to mirror/auto populate a section of text in another location in the same org buffer and/or other org file. for example, i manage my config files in org mode for multiple machines. i want to have a section like this #+BEGIN_SRC conf :mkdirp yes :tangle ~/machine A CODE #+END_SRC where the same content of CODE is mirroed/auto generated in another code block for machine B #+BEGIN_SRC conf :mkdirp yes :tangle ~/machine B CODE #+END_SRC is this in anyway possible?