Bastien <b...@altern.org> writes: > Jonathan BISSON <bissonjonat...@gmail.com> writes: > >> Here it is, > > Thanks for the quick reply -- since Eric also replied, I let > him decide about this! >
[Eric] touches his nose only to realize it is already too late... Hi Jonathan, Sorry to ask for yet another re-submission, but would you mind regenerating this patch using git diff, i.e., cd org-mode/ git diff > new-patch.patch or even better you could commit your changes with git, and then generate the patch using the git format-patch utility, with something like cd org-mode/ git add contrib/lisp/org-collector.el git commit -m "your commit message" git format-patch -o /tmp/ HEAD~1 and then attaching the resulting patch file in your /tmp/ directory. The reason I ask is that I'm unable to apply your current patch with either the `git' or `patch' commands. Thanks! -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/