Patch (after rebasing to 5a735b0) attached. I hope it works. Git newbie question: Making the changes in the maint version of these 4 files manually was a bit of a pain. What's the right way of porting changes from one branch to another? I am curious how the changes will be ported from the maint branch to the master branch. What git command should I be looking at to do this in future? (because I always use the master branch and if I need to submit a patch in future, I would need to switch to maint branch and port changes from my master. Thanks. -- Kaushal Modi On Fri, Mar 11, 2016 at 12:12 AM, Kyle Meyer wrote: > Kaushal Modi writes: > > > About the patch not merging, I am surprised why that happened because I > > first rebased to > > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=e69e18dd71bdf0c9bae9546bf026a1123b9a8c53 > > and then created the patch. I redo the steps using git send-email > tomorrow > > and understand the difference. > > Please make the patch against the maint branch (currently 5a735b0b8) > rather than master. Also, you don't need to bother configuring git > send-email; an attachment with the output of git format-patch is OK too. > > > About the org-contribute page, it is pointing to a different version of > > emacs CONTRIBUTE, different from the one on emacs-25 branch ( > > http://git.savannah.gnu.org/cgit/emacs.git/tree/CONTRIBUTE ). Can you > > please review that? > > Thanks for pointing that out. I'll update the link. > > -- > Kyle >