From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: funny emacs-lisp macro behavior in org-babel related to lexical-binding Date: Sat, 16 Apr 2016 22:18:12 -1000 Message-ID: References: <87wpnysikp.fsf@nicolasgoaziou.fr> <87oa99ebsc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arhuY-0000Dj-P9 for emacs-orgmode@gnu.org; Sun, 17 Apr 2016 04:18:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arhuT-0007G8-P0 for emacs-orgmode@gnu.org; Sun, 17 Apr 2016 04:18:30 -0400 Received: from gproxy1-pub.mail.unifiedlayer.com ([69.89.25.95]:43011) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1arhuT-0007Ft-Gu for emacs-orgmode@gnu.org; Sun, 17 Apr 2016 04:18:25 -0400 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: John Kitchin Cc: emacs-orgmode , Nicolas Goaziou Aloha John, John Kitchin writes: > I submitted a patch for this. I still am not sure I did it quite right. > Is there a page anywhere that outlines what to do? > > e.g. > > create a branch, make changes, how to make patches, and mail them etc... > or some other preferred method? Yes, create a branch, make your changes, add and commit them, then run the following command to wrap up the latest commit on your new branch of the repository into a file which can be attached to email messages git format-patch -o ~/temp/ HEAD~1 after the command finished you will notice a new file in ~/temp with a name like 0001-commit-message-stuff.patch hth, Tom -- Thomas S. Dye http://www.tsdye.com