emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Allow tangling to a list of files


From: Jacopo De Simoi
Subject: [PATCH] Allow tangling to a list of files
Date: Mon, 05 Jul 2021 18:54:14 +0000

Dear All,

Please find attached a patch (against master) that adds a feature to the tangle framework. Essentially, the following block would now tangle to two files

#+begin_src sh '("filename1" "filename2")
#my script
#+end_src

Usecases

- literate config (e.g. .zshrc) of several machines at once (e.g. tangling via tramp).
- literate similar versions of the same script which differ only in small chunks (I use it for a slightly different latexmkrc for my projects on Dropbox)

The patch also streamlines the tangling routines.

Tests have been checked.

I am of course open to discussions and comments. Looking forward to hear from you.
Thanks for your time

Best
Jacopo


Attachment: 0001-ob-tangle-Accept-lists-of-files-as-tangling-target.patch
Description: Text Data

Attachment: 0002-org-manual-Update-docs.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]