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: Fri, 14 Dec 2007 09:42:10 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J36Cq-0001Ko-Ff for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:47:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J36Cm-0001DQ-NA for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:47:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J36Cm-0001DD-Jv for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:47:36 -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 1J36Cm-0004bt-1Z for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:47:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J36BR-00086O-0U for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 08:46:13 +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 ; Fri, 14 Dec 2007 08:46:13 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Dec 2007 08:46:13 +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 13, 2007, at 4:58 PM, Rainer Stengele wrote: > >> I can now reproduce a bug which annoys me since several months. >> >> Defining a todo with remember I try to save it with C-u C-c C-c under >> the template-predefined headline. >> >> The filled template is saved under the predefined headline only (!) if >> the org tree shows the headline! >> If I fold the contents of the org buffer so that it only shows the >> level 1 >> headlines a level 2 or whatever depth headline will not be found by >> C-u C-c C-c. >> >> Maybe someone can also reproduce that behaviour. > > I for one cannot. Maybe you need to make a minimal example and a > step-by-step > guide. > > - 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 > Sorry, I am not able to reproduce the effect in a small file. My 8000 lines org file includes a lot of sensitive data so I do not wanna publish it i the newsgroup. What can I do? Can I debug a certain function? My remember template looks like here: ... ("Admin-Todo" 97 "* TODO Admin: %? :ADMIN:@DIPLAN: SCHEDULED: %t CLOCK: %U--%U => 0:00 erzeugt: %U %i" "~/org/DIPLAN.org" "Admin---LONELY SINGLE NEXT ACTIONS") ... so the search string is "Admin---LONELY SINGLE NEXT ACTIONS". Rainer