Erik Hetzner <e...@e6h.org> writes: > I believe this addresses all the issues that have been raised. Thanks for all > your help with this.
Thanks for the updates. I just have two minor things to add to Rasmus's comments. - Nitpick: It'd be nice if you could re-flow some of your lines to not be as wide. - What's the advantage of using cl-defmacro instead of defmacro below? > +(cl-defmacro test-org-attach-annex/with-annex (&body body) > + `(let ((tmpdir (make-temp-file "org-annex-test" t))) > + (unwind-protect > + (let ((default-directory tmpdir) Thanks again. -- Kyle