From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cezar Subject: Re: remember Date: Sat, 01 Sep 2007 19:57:14 +0300 Message-ID: <871wdib9xx.fsf@myhost.localdomain> References: <87abs8ngxw.fsf@myhost.localdomain> <877inc55uy.fsf@baldur.tsdh.de> <87ejhij0rr.fsf@myhost.localdomain> <87myw6fqh5.fsf@baldur.tsdh.de> 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 1IRWI0-00042F-JI for emacs-orgmode@gnu.org; Sat, 01 Sep 2007 12:57:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRWHz-000406-7X for emacs-orgmode@gnu.org; Sat, 01 Sep 2007 12:57:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRWHz-0003zy-3T for emacs-orgmode@gnu.org; Sat, 01 Sep 2007 12:57:39 -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 1IRWHy-0003dy-M8 for emacs-orgmode@gnu.org; Sat, 01 Sep 2007 12:57:38 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IRWHu-00061y-Sb for emacs-orgmode@gnu.org; Sat, 01 Sep 2007 18:57:34 +0200 Received: from dyn-86.105.65.100.tm.upcnet.ro ([86.105.65.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Sep 2007 18:57:34 +0200 Received: from cezar by dyn-86.105.65.100.tm.upcnet.ro with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Sep 2007 18:57:34 +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 Tassilo Horn writes: > Cezar writes: > > Hi Cezar, > >> The comment is not removed in the file, I gave you an example of what >> the file looks like after the C-c C-c > > Oh, that's wrong. How did you set it up (post the relevant lines here) > and what version of org and remember are you using? > > Bye, > Tassilo > -- > If programmers deserve to be rewarded for creating innovative programs, > by the same token they deserve to be punished if they restrict the use > of these programs. (Richard M. Stallman) org-mode version is 5.07a remember version 1.8 ;; Remember (require 'remember) (add-hook 'remember-mode-hook 'org-remember-apply-template) (setq remember-data-file "~/Organiser/Notes.org") (setq org-remember-templates (quote ((116 "* TODO %?\n %u" "~/Organiser/Notes.org" "Tasks") (110 "* %u %?" "~/Organiser/Notes.org" "Notes")))) Regards, Cezar