From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: GTD: Solving the bottleneck of converting incoming mails to NEXT actions Date: Tue, 25 Sep 2007 17:44:30 +0200 Message-ID: <87k5qeoild.fsf@bzg.ath.cx> References: <87myva7vqb.fsf@bzg.ath.cx> 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 1IaCaW-0003Py-Fi for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 11:44:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaCaV-0003Ou-BH for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 11:44:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaCaV-0003Oj-4w for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 11:44:39 -0400 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaCaU-0005qv-Or for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 11:44:38 -0400 Received: by ug-out-1314.google.com with SMTP id m4so1129601uge for ; Tue, 25 Sep 2007 08:44:36 -0700 (PDT) In-Reply-To: (Georg C. F. Greve's message of "Tue, 25 Sep 2007 16:05:33 +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 "Georg C. F. Greve" writes: > b> Then you have to make sure there is a headline containing "Emails" > b> in your `org-default-notes-file' or in the file the template is > b> pointing to. > > What would happen if there were no such headline? Would it be created? AFAIK no, the entry will just be appended to the file. > b> I don't understand the first "Email" here. The third argument > b> should be a filename, as specified in org-remember-templates > > Yes, it is a filename. I guess you'd better use complete filenames "~/Tools/Org/Email". BTW, the file were remember notes are stored should be an Org file, so it makes sense to name it "~/Tools/Org/Email.org". > I tried that. > > When typing "C-c C-c" it asks for a filename to save into (instead of > saving into the default, as the menu claims) and when trying to > specify the existing file, I get org-remember-apply-template make `org-remember-default-headline' and `org-default-notes-file' buffer-local -- so you might need to restart your config access the new value for these variables. > ## Filing location: Select interactively, default, or last used: > ## C-u C-c C-c to select file and header location interactively. > ## C-c C-c "~/.notes" -> "* " > ## C-u C-u C-c C-c "???" -> "* ???" > ## To switch templates, use `M-x org-remember'. This mean that "~/Tools/Org/Email" was not understood as the file location for your remember file. Please 1. append an ".org" extension to your file 2. restart your config 3. test and report again > So it seems that remember/org is malfunctioning somehow. Works nice here... -- Bastien