Re: [O] [PATCH] Org attach: use vc to find the git dir if it exists

2013-08-31 Thread Carsten Dominik
Applied, thank you Remi. - Carsten On 12.8.2013, at 15:28, Rémi Vanicat vani...@debian.org wrote: Org attach use to fail to commit the attached file in git or git annex when the .git repository is not in the data sub-directory. This new code will use vc-git to find the .git file, and from

[O] [PATCH] Org attach: use vc to find the git dir if it exists

2013-08-12 Thread Rémi Vanicat
Org attach use to fail to commit the attached file in git or git annex when the .git repository is not in the data sub-directory. This new code will use vc-git to find the .git file, and from this do what is needed for committing file into git or git annex. --- lisp/org-attach.el | 9 +