From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Org protocol and new frame for remember Date: Tue, 02 Jun 2009 10:37:38 -0500 Message-ID: References: <87y6sb9178.fsf@fastmail.fm> <87r5y390hj.fsf@fastmail.fm> <8763ffj9ee.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 1MBW3e-0007S5-IK for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 11:37:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBW3a-0007P6-Te for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 11:37:46 -0400 Received: from [199.232.76.173] (port=38251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBW3a-0007Os-Lf for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 11:37:42 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:41706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBW3a-0002Nt-DX for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 11:37:42 -0400 In-Reply-To: <8763ffj9ee.fsf@kassiopeya.MSHEIMNETZ> (Sebastian Rose's message of "Tue\, 02 Jun 2009 11\:02\: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: Sebastian Rose Cc: Matthew Lundin , emacs org-mode mailing list Sebastian Rose writes: > Matthew Lundin writes: >> But I thought it might be a nice addition to org-protocol if there were >> a variable that accomplishes this (e.g., >> org-protocol-remember-in-new-frame). I'd be eager to know if I am >> missing a current way to do this. > > Such a variable does not exist. org-protocol does nothing especially > related to org-remember. org-protocol://remember:/ is just one of the > pre-defined statndard handlers. > > But you could as well define your own handler that behaves > differently. Maybe just copying `org-protocol-remember' from > lisp/org-protocol.el as a starting point. > > Reading > http://orgmode.org/worg/org-tutorials/org-protocol-custom-handler.php > should help (if it doesn't, please let us know what's missing). Thanks for the tip. I had given cursory glance to the custom handler page, but now have incentive for closer study. Best, Matt