From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: :cache documentation patch Date: Wed, 05 Jan 2011 19:02:53 +0100 Message-ID: <4D24B24D.8070302@christianmoe.com> References: <87fwt7mhg7.fsf@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52537 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaXfI-0007kG-Fv for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 13:00:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaXfF-0003L9-06 for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 13:00:52 -0500 Received: from mars.hitrost.net ([91.185.211.18]:35549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaXfE-0003Hf-Q9 for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 13:00:48 -0500 In-Reply-To: <87fwt7mhg7.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, Does this process produce the same output as the one described here: http://orgmode.org/worg/org-contribute.html#sec-3 Or is this a better way, and should the worg documentation be updated? I don't understand git, and depend on documentation to help me do the right thing. Yours, Christian On 1/5/11 5:27 PM, 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 > > _______________________________________________ > 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 >