Re: [O] [PATCH] org-attach: Use relative path for git annex

2016-04-10 Thread Nicolas Goaziou
Hello, Erik Hetzner writes: > I don’t believe it was ever applied, nor was it superseded by another. This > was > to fix a problem with testing older versions of git-annex. I believe David > remove git-annex on the buildbot, which stopped it from failing, because it > was > not

Re: [O] [PATCH] org-attach: Use relative path for git annex

2016-04-06 Thread Erik Hetzner
Hi Nicolas, I don’t believe it was ever applied, nor was it superseded by another. This was to fix a problem with testing older versions of git-annex. I believe David remove git-annex on the buildbot, which stopped it from failing, because it was not being tested. If you need me to make any

Re: [O] [PATCH] org-attach: Use relative path for git annex

2016-04-06 Thread Nicolas Goaziou
Hello, Erik Hetzner writes: > * lisp/org-attach.el (org-attach-annex-get-maybe): Use relative path as > argument for git annex. Fixes error in test with version 3 of git > annex. It seems like I lost track on this one. Could you tell me about the status of this patch? I

[O] [PATCH] org-attach: Use relative path for git annex

2016-02-26 Thread Erik Hetzner
* lisp/org-attach.el (org-attach-annex-get-maybe): Use relative path as argument for git annex. Fixes error in test with version 3 of git annex. --- lisp/org-attach.el | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/lisp/org-attach.el