From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Fix spelling in variable documentation Date: Fri, 14 Nov 2008 22:43:52 +0100 Message-ID: <09C2FB45-E7F4-440F-BA0F-FC3F881D691E@uva.nl> References: <87hc6achqb.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L16SO-0006oD-QC for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 16:44:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L16SO-0006nv-4y for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 16:44:00 -0500 Received: from [199.232.76.173] (port=39198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L16SN-0006ns-TR for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 16:44:00 -0500 Received: from ik-out-1112.google.com ([66.249.90.176]:34887) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L16SN-0007Xp-Gd for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 16:43:59 -0500 Received: by ik-out-1112.google.com with SMTP id b32so1471327ika.2 for ; Fri, 14 Nov 2008 13:43:56 -0800 (PST) In-Reply-To: <87hc6achqb.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org I have applied this fix, thanks. - Carsten On Nov 14, 2008, at 6:58 PM, Bernt Hansen wrote: > - org-remember-store-without-prompt > --- > > Minor typo fix in the documentation. This is available on the > git://git.norang.ca/org-mode repository on the 'for-carsten' branch. > > You can cherry pick commits easily with gitk as follows: > > $ git checkout master > $ git fetch git://git.norang.ca/org-mode for-carsten > $ gitk master FETCH_HEAD > > Then right-click on the commits on FETCH_HEAD and select 'Cherry-pick > this commit' from the menu. This adds the commit to your current > (master) branch. > > Regards, > Bernt > > lisp/org-remember.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org-remember.el b/lisp/org-remember.el > index 41927f3..40d3b19 100644 > --- a/lisp/org-remember.el > +++ b/lisp/org-remember.el > @@ -54,7 +54,7 @@ > (defcustom org-remember-store-without-prompt t > "Non-nil means, `C-c C-c' stores remember note without further > prompts. > It then uses the file and headline specified by the template or (if > the > -themplate does not specify them) by the variables `org-default- > notes-file' > +template does not specify them) by the variables `org-default-notes- > file' > and `org-remember-default-headline'. To force prompting anyway, use > `C-u C-c C-c' to file the note. > > -- > 1.6.0.4.608.ga9645 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode