Skip to content

Resolve includes in org-mode before tangling

License

Notifications You must be signed in to change notification settings

hkjels/org-resolve-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published