From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix spelling in variable documentation Date: Fri, 14 Nov 2008 12:58:20 -0500 Message-ID: <87hc6achqb.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L12w7-0006a6-5l for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:58:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L12w4-0006Zl-Lk for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:58:25 -0500 Received: from [199.232.76.173] (port=36153 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L12w4-0006Zi-IW for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:58:24 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:58637) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L12w4-00039A-On for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 12:58:25 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1L12w2-000DcX-Kg for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 17:58:22 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id mAEHwKpV001851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 14 Nov 2008 12:58:21 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id mAEHwKdx009359 for ; Fri, 14 Nov 2008 12:58:20 -0500 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: emacs-orgmode@gnu.org - 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