hkjels / org-resolve-deps

Resolve includes in org-mode before tangling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Resolve includes in org-mode before tangling

License:Other


Languages

Language:Emacs Lisp 100.0%