From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Assistance with patching instructions on Worg Date: Fri, 31 Jan 2014 11:50:24 -1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Lz0-0005Zd-6a for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 16:50:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9Lyt-00044m-85 for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 16:50:42 -0500 Received: from oproxy4-pub.mail.unifiedlayer.com ([74.220.216.66]:53700) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1W9Lys-00044J-H9 for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 16:50:34 -0500 In-Reply-To: (John Hendy's message of "Fri, 31 Jan 2014 15:33:37 -0600") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode Hi John, John Hendy writes: > Greetings, > > > I've only contributed to Worg, not the Org manual. I want to submit a > change to the documentation per an earlier discussion.[1] I'm > attempting to follow the Worg suggestion for submitting patches.[2] > > Here was my process > > cd ~/.elisp/org.git > git pull > make clean && make > > git branch org-src-preserve-whitespace > git checkout org-src-preserve-whitespace > > emacs doc/org.texi > > [make changes to documentation] > > git commit -m "Update documentation to org-src-preserve-indentation." > > git format-patch master Here is what I do: 1. commit your changes to your local copy of the org-mode repository 2. run the following command to wrap up the latest commit on your local copy 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