From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: New implementation of the Org remember process ready for comments and testing Date: Wed, 23 Jun 2010 05:59:54 +0200 Message-ID: References: <87pqziopwk.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60684 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORH8m-0007CN-SZ for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 00:00:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORH8l-000429-Js for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 00:00:44 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:48743) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORH8l-000424-C6 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 00:00:43 -0400 Received: by wwb31 with SMTP id 31so254616wwb.0 for ; Tue, 22 Jun 2010 21:00:42 -0700 (PDT) In-Reply-To: <87pqziopwk.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: emacs-orgmode@gnu.org Hi Tassilo, On Jun 22, 2010, at 8:58 PM, Tassilo Horn wrote: > Carsten Dominik writes: > > Hi Carsten, > >> 1. Run >> >> M-x org-capture-import-remember-templates RET > > That didn't work completely for me. It generated entries like > > ("t" "TODO" entry > (file+headline "/home/horn/repos/org/remember.org" bottom) > "* TODO %?\n %i") I cannot reproduce this. Could you please show me what the corresponding remember template was? Thanks! - Carsten > > but capturing expected a string, not the symbol 'bottom. I > corrected it > manually to > > ("t" "TODO" entry > (file "/home/horn/repos/org/remember.org") > "* TODO %?\n %i") > > which also refiles to the bottom of my remember file and is even > simpler. > > I like it! It looks good and is easy to use. And I vote for keeping > the > new name. > > Thanks a ton! > Tassilo >