This package will walk all the include-statements of an org-mode file and temporarily replace them with the content of the files specified when tangling.
You will need to have the package on your load-path
. And do something
akin to:
(require 'org-resolve-deps)
(org-resolve-deps-mode t)
At this point, you can now execute the command org-resolve-deps-tangle
from you’re root org-mode file.
Fair warning! This is a work in progress, so there are kinks. ATM, the advice around the original tangling functions fail and should not be used.
Copyright © 2020 Henrik Kjerringvåg
Distributed under the GNU General Public License, version 3