From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-mode 4.64 Date: Sat, 10 Feb 2007 04:05:55 +0100 Message-ID: <87ejoypv8s.fsf@tallis.ens.fr> References: <6f7ae624e0ba69f13699b4cd176cf290@science.uva.nl> 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 1HFiYt-0003Xz-9L for emacs-orgmode@gnu.org; Fri, 09 Feb 2007 22:06:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFiYq-0003Xn-U1 for emacs-orgmode@gnu.org; Fri, 09 Feb 2007 22:06:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFiYq-0003Xk-Oo for emacs-orgmode@gnu.org; Fri, 09 Feb 2007 22:06:00 -0500 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFiYq-0006Ho-9l for emacs-orgmode@gnu.org; Fri, 09 Feb 2007 22:06:00 -0500 Received: by nf-out-0910.google.com with SMTP id h2so1392192nfe for ; Fri, 09 Feb 2007 19:05:59 -0800 (PST) In-Reply-To: <6f7ae624e0ba69f13699b4cd176cf290@science.uva.nl> (Carsten Dominik's message of "Tue\, 6 Feb 2007 08\:55\:03 +0100") 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 Hi Carsten, Carsten Dominik writes: > - Several changes to org <-> remember integration I played a bit with all these features, and they are great. I hope i'll actually *need/use* them someday :) > - Besides specifying a default *target* file for a note, you > can also give a default *heading* of which the note should > become a subitem. I first thought a heading was something like "* Notes" and found out that "Notes" was enough. Maybe the documentation should be more explicit on this point. > However, when you exit remember with C-u C-c C-c, these > defaults will be used without interaction. C-u C-c C-c bypasses any specifications of the heading. It inserts the note just on the top of it. C-c C-c works okay. > - Templates can specify interactive fields. Very nice! > - Templates can access information specific to the link type > created, for example the author and subject of an email. > Syntax is %:fromname, %:fromaddress, %:subject etc, details > in the manual. Proposed by Peder O. Klingenberg. I cannot get any of the keyword to work. Here are my templates: (setq org-remember-templates '((?n "* %?\n %i\n %a %:url" "~/org/notes.org" "Notes") (?j "* %U %?\n\n %i\n %a" "~/org/journal.org" "Notes"))) I tested the "?n"-template from a w3m page and it just inserts the string "%:url", not the URL itself. Anyone any hint? Peter? -- Bastien