org-tanglesync.el icon indicating copy to clipboard operation
org-tanglesync.el copied to clipboard

Hook to magit-status that checks the source org file

Open mtekman opened this issue 5 years ago • 2 comments

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.

mtekman avatar Jan 09 '20 14:01 mtekman

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)

mtekman avatar Jan 10 '20 13:01 mtekman

If we implement the org framework from issue #12 then this might be automatically enabled

mtekman avatar Jan 14 '20 22:01 mtekman