From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: RFC: Improvements to org-remember Date: Fri, 12 Dec 2008 15:48:05 +0100 Message-ID: References: <20081123232557.GC62148@yog-sothoth.mohorovi.cc> <20081125114619.GE62148@yog-sothoth.mohorovi.cc> <1E819EC5-8CAF-4BC9-AAA6-E99784F8DE2A@uva.nl> <20081130023224.GH62148@yog-sothoth.mohorovi.cc> 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 1LB9JM-0005vv-Q4 for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:48:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LB9JK-0005vF-Sy for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:48:12 -0500 Received: from [199.232.76.173] (port=57738 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB9JK-0005vB-Mz for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:48:10 -0500 Received: from ey-out-1920.google.com ([74.125.78.148]:27455) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LB9JK-0006gt-8a for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:48:10 -0500 Received: by ey-out-1920.google.com with SMTP id 4so204204eyg.24 for ; Fri, 12 Dec 2008 06:48:08 -0800 (PST) In-Reply-To: <20081130023224.GH62148@yog-sothoth.mohorovi.cc> 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: James TD Smith Cc: emacs-orgmode@gnu.org Hi James, two more feature requests for the new remember templates: - An :id switch which triggers automatic creation of an ID property You can create one by calling org-id-get-create in the entry, on the headline or below it. - A :link switch (or similarly named). When remember is called from an Org-file with this switch, it should create a link to the remember entry and store that link like org-store-link does. Thanks - Carsten