From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: org-protocol://remember:// question Date: Sat, 04 Apr 2009 11:42:40 +0200 Message-ID: <873acowy9b.fsf@thinkpad.tsdh.de> References: <87ocvfh7lc.fsf@thinkpad.tsdh.de> <87k561tkba.fsf@kassiopeya.MSHEIMNETZ> 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 1Lq2Ox-0004Jf-Fk for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 05:42:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lq2Os-0004D7-Ia for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 05:42:58 -0400 Received: from [199.232.76.173] (port=48199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lq2Os-0004Ck-4t for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 05:42:54 -0400 Received: from main.gmane.org ([80.91.229.2]:44085 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 1Lq2Or-0007to-IJ for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 05:42:53 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lq2Op-0001tn-G3 for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 09:42:51 +0000 Received: from p54af00e3.dip0.t-ipconnect.de ([84.175.0.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Apr 2009 09:42:51 +0000 Received: from tassilo by p54af00e3.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Apr 2009 09:42:51 +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 Sebastian Rose writes: Hi Sebastian, > the issue should be fixed now. The docs should now match the reality. > > Your templates may refer to the page title through > > %:description > > See > http://orgmode.org/worg/org-contrib/org-protocol.php#example-template > once it's updated. Ok, now I use this template ("BROWSER" ?w "* BROWSER %:description\n (created: %U)\n\n %c\n\n %i") and all fields are filled in. Thanks! But one question remains. Do I have to do some special quoting in order to allow the protocol to split URL, TITLE and TEXT correctly? Let's say I do emacsclient -c \ 'org-protocol:/remember:/http://www.google.de/the search engine/bla fasel bla' the link (%c) looks like [[http:][www.google.de]] which in not quite correct. Bye, Tassilo