From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: :cache documentation patch Date: Wed, 05 Jan 2011 09:27:02 -0700 Message-ID: <87fwt7mhg7.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43157 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaWQO-00041u-19 for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 11:41:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaWQM-0003bO-Ti for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 11:41:23 -0500 Received: from mail-px0-f169.google.com ([209.85.212.169]:38910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaWQM-0003bK-P2 for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 11:41:22 -0500 Received: by pxi12 with SMTP id 12so3883051pxi.0 for ; Wed, 05 Jan 2011 08:41:21 -0800 (PST) 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: "Thomas S. Dye" Cc: Org Mode 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