From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typos and minor grammar issues in the documentation Date: Tue, 15 Jan 2008 17:05:58 -0500 Message-ID: <87r6gihhh5.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 1JEtvF-00060G-O2 for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 17:06:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEtvE-0005xd-Io for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 17:06:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEtvE-0005xA-DE for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 17:06:16 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JEtvE-00040A-0z for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 17:06:16 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JEtv7-0005QV-2Q for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 22:06:09 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jan 2008 22:06:09 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jan 2008 22:06:09 +0000 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 Cleanup the documentation for remember related functions. --- Carsten, I finally got around to redoing my remember setup and in the process I went through the description of variables and functions and found some items which I tried to improve. I'm now have templates for each org file I use and will try to file (via remember) to the correct org file up front so I can try org-refile next :) Hope this helps, Bernt org.el | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/org.el b/org.el index a674b6f..3136d1b 100644 --- a/org.el +++ b/org.el @@ -1423,9 +1423,9 @@ You can set this on a per-template basis with the variable "Templates for the creation of remember buffers. When nil, just let remember make the buffer. When not nil, this is a list of 5-element lists. In each entry, the first -element is a the name of the template, It should be a single short word. +element is the name of the template which should be a single short word. The second element is a character, a unique key to select this template. -The third element is the template. The forth element is optional and can +The third element is the template. The fourth element is optional and can specify a destination file for remember items created with this template. The default file is given by `org-default-notes-file'. An optional fifth element can specify the headline in that file that should be offered @@ -13472,12 +13472,12 @@ If there is an active region, make sure remember uses it as initial content of the remember buffer. When called interactively with a `C-u' prefix argument GOTO, don't remember -anything, just go to the file/headline where the selected templated usually -stores its notes. With a double prefix arg `C-u C-u', got to the last +anything, just go to the file/headline where the selected template usually +stores its notes. With a double prefix arg `C-u C-u', go to the last note stored by remember. Lisp programs can set ORG-FORCE-REMEMBER-TEMPLATE-CHAR to a character -associated with a template in `org-remember-tempates'." +associated with a template in `org-remember-templates'." (interactive "P") (cond ((equal goto '(4)) (org-go-to-remember-target)) -- 1.5.4.rc3