From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: org-protocol://remember:// question Date: Thu, 02 Apr 2009 08:50:55 +0200 Message-ID: <87ocvfh7lc.fsf@thinkpad.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 1LpGli-00019B-F8 for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 02:51:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpGld-00018L-S1 for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 02:51:17 -0400 Received: from [199.232.76.173] (port=33780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpGld-00018I-Nm for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 02:51:13 -0400 Received: from main.gmane.org ([80.91.229.2]:49441 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 1LpGld-0000d0-4O for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 02:51:13 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LpGlY-0005l9-Ao for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 06:51:08 +0000 Received: from dhcp128.uni-koblenz.de ([141.26.71.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Apr 2009 06:51:08 +0000 Received: from tassilo by dhcp128.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Apr 2009 06:51:08 +0000 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 all, first I'd like to say that this is superb. It'll deprecate my home-brewn remember webpage hacks for conkeror soon. :-) Ok, now the problem I have: I defined a remember template for remembering pages from my browser like that: --8<---------------cut here---------------start------------->8--- (setq org-default-notes-file "~/repos/org/remember.org" org-remember-default-headline 'bottom org-remember-templates '(;; TODOs ("TODO" ?t "* TODO %?\n (created: %U)\n %i\n %a") ("BROWSER" ?b "* BROWSER %a\n (created: %U)\n\n %A\n\n %i"))) --8<---------------cut here---------------end--------------->8--- When I execute emacsclient \ 'org-protocol://remember://b/http:%2F%2Flocalhost%2Findex.html/The%20title/body' now I get a remember buffer with these contents: --8<---------------cut here---------------start------------->8--- * BROWSER (created: [2009-04-02 Thu 08:41]) body --8<---------------cut here---------------end--------------->8--- Accorting to the template table at [1] I thought that the TITLE would be filled in after BROWSER, and the [[URL][TITLE]] link between the timestamp and the BODY. But that's not the case. The [[URL][TITLE]] is on top of the kill-ring, though. What am I doing wrong? BTW: Has some Conkeror user managed to setup an org-protocol handler yet? Bye, Tassilo __________ [1] http://orgmode.org/worg/org-contrib/org-protocol.php -- No person, no idea, and no religion deserves to be illegal to insult, not even the Church of Emacs. (Richard M. Stallman)