Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 736 Bytes

README.org

File metadata and controls

25 lines (19 loc) · 736 Bytes

Org resolve deps

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.

Usage

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.

License

Copyright © 2020 Henrik Kjerringvåg
Distributed under the GNU General Public License, version 3