From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Loginov Subject: Re: insert item under previous headline (feature request?) Date: Wed, 05 Sep 2007 12:43:03 +0700 Message-ID: <87fy1tbrbs.fsf@mail.ru> References: <87642rhuxp.fsf@mail.ru> <200709050100.l8510PID006270@localhost.localdomain> 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 1ISnfa-0003am-T2 for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:43:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISnfa-0003aJ-2I for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:43:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISnfZ-0003aD-Gp for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:43:17 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ISnfY-0003sA-WE for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:43:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ISnfS-0006VR-2M for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 07:43:10 +0200 Received: from itam37.itam.nsc.ru ([194.226.179.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2007 07:43:10 +0200 Received: from zeliboba by itam37.itam.nsc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2007 07:43:10 +0200 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 Xavier Maillard writes: > Isn't this already covered by remember templates ? not really... there are variables org-remember-default-headline and org-default-notes-file but you need manually change them, it would be good to keep the position of last inserted TODO in org-remember-last-headline and org-remember-last-file and use them as destination when called with prefix, even if the file and headline is specified in template.