org-tanglesync.el
org-tanglesync.el copied to clipboard
Hook to magit-status that checks the source org file
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 and see if I can override variables only at the local buffer level.
on the otherhand, the org conf buffer is opened anyway, so the user would be prompted to save the org conf buffer before closing emacs (if such a thing is ever truly possible)
If we implement the org framework from issue #12 then this might be automatically enabled