From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rakestraw Subject: Re: Use remember to file an item to a list Date: Thu, 20 Aug 2009 11:20:43 -0400 Message-ID: <20090820112043.34a6a0e4@johnrakestraw.com> References: <5B61989F-A851-4B42-88D5-08E54896B2B6@gmail.com> <7bef1f890908200810y16cb7d1xca1c98e322a91669@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Me9RD-0002n6-EI for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 11:20:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Me9R7-0002iG-2l for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 11:20:26 -0400 Received: from [199.232.76.173] (port=58756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me9R6-0002iB-Ps for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 11:20:20 -0400 Received: from uis-ipmx-2.pdc.uis.georgetown.edu ([141.161.2.141]:11954) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1Me9R6-0000ks-Ah for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 11:20:20 -0400 In-Reply-To: <7bef1f890908200810y16cb7d1xca1c98e322a91669@mail.gmail.com> 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 Hi Alan -- > I have found a need for a remember template to add a row to a table > in which I have been keeping a series of data on (for what it's > worth) CPU and GPU temperatures. This could be useful in a number of > contexts. A remember template would save some time, each time data > is entered. Not sure this is the best way, but I do this with a remember template including prompts for properties (so, for example, you would have a template prompting you for CPU temps Nd GPU temps), and then use columnview to display the relevant information in columns. See http://orgmode.org/manual/Capturing-column-view.html#Capturing-column-view Someday (When I Have Time) I'm going to investigate org-collector.el, which I think might be better. But this is working for me now. -- John Rakestraw