From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: :cache documentation patch Date: Wed, 5 Jan 2011 21:45:10 -1000 Message-ID: References: <87fwt7mhg7.fsf@gmail.com> <878vyyfxgo.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50283 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PakYY-0003Zh-PS for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 02:46:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PakX5-0007HH-7W for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 02:45:16 -0500 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:60725) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PakX4-0007Gv-WE for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 02:45:15 -0500 In-Reply-To: <878vyyfxgo.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Org Mode Hi Eric, Thanks for the detailed instructions. I'll follow this path next time. All the best, Tom On Jan 5, 2011, at 6:47 PM, Eric Schulte wrote: > Hi Tom, > > Yes, the commit is important, this method actually shares all of your > commit, including the author information and the commit message. > > I do this outside of magit, I tend to go to the magit buffer to make > sure everything looks ok, then do M-! and type in the command line > manually. I'm not sure what the magit way of doing this would be, but > the "D" method you described doesn't generate the same type of output > file as does git format-patch. > > Thanks -- Eric > > "Thomas S. Dye" writes: > >> Hi Eric, >> >> Will do. The earlier patch was made with magit. I used the d >> command, Diff working tree, then saved the output to the file I sent. >> >> If I understand correctly, the missing step was the commit. I should >> be able to follow a commit with the D command in magit, starting at >> HEAD~1 and ending with HEAD. Then save the resulting buffer to >> foo.patch, right? >> >> Or, is it better to do this outside magit so the results don't pass >> through an emacs buffer on their way to disk? >> >> All the best, >> Tom >> >> On Jan 5, 2011, at 6:27 AM, Eric Schulte wrote: >> >>> Applied, Thanks -- Eric >>> >>> p.s. would you mind submitting git formatted patches for these >>> sort of >>> updates in the future? It greatly simplifies the process of >>> applying the patch. The process for creating a git formatted >>> patch >>> is as follows... >>> >>> 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 ~/Desktop/ HEAD~1 >>> >>> after the command finished you will notice a new file on your >>> Desktop with a name like 0001-commit-message-stuff.patch >>> >>> Thanks Again -- Eric >>> >>> "Thomas S. Dye" writes: >>> >>>> Aloha all, >>>> >>>> The attached patch documents the behavior of the :cache header >>>> argument. >>>> >>>> All the best, >>>> Tom >>>> >>>> >>>> >>>> _______________________________________________ >>>> Emacs-orgmode mailing list >>>> Please use `Reply All' to send replies to the list. >>>> Emacs-orgmode@gnu.org >>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode