Hi, I don't know if this is a bug or if I am doing something wrong...
According to the manual: #+begin_quote If the directory attached to an outline node is a Git repository, Org can be configured to automatically commit changes to that repository when it sees them. To make Org mode take care of versioning of attachments for you, add the following to your Emacs config: (require 'org-attach-git) #+end_quote I don't see that org-attach "automatically commit changes when it sees them". Only when I run in the attached directory `M-: (org-attach-git-commit) RET' it works fine. `org-attach-after-change-hook' is set to `(org-attach-git-commit)'. Regards, Juan Manuel