Version 0.6.0 of package Org-Auto-Tangle has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Org-Auto-Tangle describes itself as: ========================================================== Automatically and Asynchronously tangles org files on save ========================================================== More at https://elpa.nongnu.org/nongnu/org-auto-tangle.html ## Summary: ━━━━━━━━━━━━━━━━━ ORG-AUTO-TANGLE ━━━━━━━━━━━━━━━━━ This package (i.e org-auto-tangle) is a very simple emacs package that allows you to automatically tangle org files on save. This is done by adding the option `#+auto_tangle: t' in your org file. The tangling process happens asynchronously so it will not block your emacs session. 1 USAGE ═══════ Simply require the package in you emacs init and hook it into org-mode. ┌──── │ │ (require 'org-auto-tangle) │ │ (add-hook 'org-mode-hook 'org-auto-tangle-mode) │ └──── or you can use use-package ## Recent NEWS: [Not provided 🙁]
