From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: [22] [newbie] install remember? Date: Mon, 20 Jul 2009 15:59:39 +0200 Message-ID: <87zlaztpys.fsf@bzg.ath.cx> References: <20090720062335.E528D14084B3F@cedar.isis.unc.edu> <8763dn6bk9.fsf@mean.albasani.net> 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 1MStPG-0005rZ-8r for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 09:59:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MStPA-0005qz-Iz for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 09:59:52 -0400 Received: from [199.232.76.173] (port=40998 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MStPA-0005qw-Dh for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 09:59:48 -0400 Received: from mail-pz0-f202.google.com ([209.85.222.202]:41022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MStP9-00044w-Ul for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 09:59:48 -0400 Received: by pzk40 with SMTP id 40so1648567pzk.14 for ; Mon, 20 Jul 2009 06:59:46 -0700 (PDT) In-Reply-To: <8763dn6bk9.fsf@mean.albasani.net> (Memnon Anon's message of "Mon, 20 Jul 2009 07:47:08 +0000 (UTC)") 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: Memnon Anon Cc: emacs-orgmode@gnu.org Memnon Anon writes: > Maybe a sentence like: > "Orgmodes functionality is vastly improved by the remember package, > which is not included in emacs 22. The installation of Remember Mode is > covered in Chapter 9 ." > could be added to 1.2 or 1.3 of the orgmanual ... I have slightly modified the paragraph describing remember.el in org.texi like this: ,---- | The Remember package by John Wiegley lets you store quick notes with | little interruption of your work flow. It is an excellent way to add | new notes and tasks to Org files. The remember.el package is part of | Emacs 23, not Emacs 22. See http://www.emacswiki.org/cgi-bin/wiki/RememberMode | for more information. | | Org significantly expands the possibilities of Remember: You may define | templates for different note types, and associate target files and | headlines with specific templates. It also allows you to select the | location where a note should be stored interactively, on the fly. `---- Hope it's clearer. -- Bastien