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 08:44:13 +0200 Message-ID: References: <87pqziopwk.fsf@thinkpad.tsdh.de> <201006230831.14348.tassilo@member.fsf.org> 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=34912 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORJib-0006YX-E2 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 02:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORJia-0000LZ-59 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 02:45:53 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:57405) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORJia-0000LQ-0X for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 02:45:52 -0400 Received: by wyf23 with SMTP id 23so225976wyf.0 for ; Tue, 22 Jun 2010 23:45:51 -0700 (PDT) In-Reply-To: <201006230831.14348.tassilo@member.fsf.org> 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 On Jun 23, 2010, at 8:31 AM, Tassilo Horn wrote: > On Wednesday 23 June 2010 05:59:54 Carsten Dominik wrote: > > Hi Carsten, > >>>> 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? > > Sure. My remember settings were those: > > --8<---------------cut here---------------start------------->8--- > (org-remember-insinuate) > > (setq org-default-notes-file (expand-file-name "remember.org" org- > directory) > org-remember-default-headline 'bottom Ah, you set the default headline in this way? I did not even know that this would work. OK, the importer should be able to handle this case now. Cheers - Carsten