From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: when filing todos with remember org-remember-default-headline is not found Date: Wed, 09 Jan 2008 16:21:06 +0100 Message-ID: <4784E662.8090901@diplan.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCck9-0002O5-7y for emacs-orgmode@gnu.org; Wed, 09 Jan 2008 10:21:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCck6-0002M2-QD for emacs-orgmode@gnu.org; Wed, 09 Jan 2008 10:21:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCck6-0002Lq-LO for emacs-orgmode@gnu.org; Wed, 09 Jan 2008 10:21:22 -0500 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 1JCck6-0007Ee-6e for emacs-orgmode@gnu.org; Wed, 09 Jan 2008 10:21:22 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JCck3-0002OW-7R for emacs-orgmode@gnu.org; Wed, 09 Jan 2008 15:21:19 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jan 2008 15:21:19 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jan 2008 15:21:19 +0000 In-Reply-To: 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 Carsten Dominik schrieb: > > On Dec 20, 2007, at 5:01 PM, Rainer Stengele wrote: > >> Rainer Stengele schrieb: >>> >> Hi list! >> >> I am still struggling with this "bug". It makes the remember function >> bringing the >> effort of having to refile all the time or having to define the file >> saving headline always manually. >> >> I changed the headline to different contents but that didn't help. >> >> HELP! > > Hi Rainer, > > I still cannot reproduce it, using you setup things work fine for me. > But maybe your setup is not complete? What are your settings for things > like `org-remember-store-without-prompt', `org-reverse-note-order'. > > > What *exactly* hapens when you say it cannot find the > headline? An error? Or is the note filed in a different position? > A different file? Not at all? > > - Carsten > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > hi again. this is still bugging me a lot. I tried again and the error is reproducable when the headline is at least "level" two (** HEADLINE).. The headline is then not found by C-u C-c C-c. Instead, the todo is wrongly saved at the very end of the toplevel block in which the destination headline is level 3. Example: * Projects ** Admin *** HEADLINE ** last project in list *** TODO HERE is the wrongly filed todo!!! If I open the tree to show "*** HEADLINE" while remembering a todo the HEADLINE is found correctly! * Customers ** whoever ... .... If I move HEADLINE to toplevel (* HEADLINE) it is found without problems. Any more ideas? rainer