org-tanglesync.el
org-tanglesync.el copied to clipboard
A package to pull external changes into an org-mode source block if that block is tangled to an external file
I have an Emacs configuration file written in an literate Org config. It has multiple source blocks all tangling to `main.el`. Running `tanglesync` will pull the whole `main.el` file into...
Handling :noweb and :shebang So a block with :noweb ref or a :shebang ```emacs #+BEGIN_SRC sh :noweb-ref sh-bashrc :noweb-sep "\n" [ -r $HOME/.config/sh/xdg.sh ] && . $HOME/.config/sh/xdg.sh [ -r $HOME/.config/sh/env.sh...
Essentially perform a quick diff when the file is open, and allow the user to pull changes from their conf.org file. This would allow us to use the org-tanglesync main...
There should be an easy way during watch-mode to convert a buffer to an org-edit-src-mode buffer and set the tangle source to the right conf file and tangle block. The...
It would be cool if I could run magit-status on an external file, and it would bring up the magit-status of the source org file. Need to understand magit hooks...