From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Org protocol and new frame for remember Date: Mon, 01 Jun 2009 15:12:56 -0500 Message-ID: <87r5y390hj.fsf@fastmail.fm> References: <87y6sb9178.fsf@fastmail.fm> 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 1MBDrP-00044L-65 for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 16:11:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBDrK-00042n-KJ for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 16:11:54 -0400 Received: from [199.232.76.173] (port=57613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBDrK-00042k-GD for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 16:11:50 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:33883) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBDrJ-0001G3-UA for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 16:11:50 -0400 In-Reply-To: <87y6sb9178.fsf@fastmail.fm> (Matthew Lundin's message of "Mon, 01 Jun 2009 14:57:31 -0500") 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: Matthew Lundin Cc: emacs org-mode mailing list My apologies for the initial post fragment. (Note to self: C-c C-c binding for jumping to footnote reference does not work in Gnus!) Let's try this again: Hi all, I've recently begun to use org-protocol. I've been using it with the intriguing emacs-inspired browser Conkeror.[1] With the help of a nice blog post by Tassilo,[2] I have worked out a basic way to send snippets from the browser to remember via org-protocol. The great thing about Conkeror is that you can invoke org-remember the same way you do in emacs (either with M-x org-remember or, via a custom keybinding, with C-c r). I've posted my hacks at the bottom of the org-protocol page on Worg. Any advice/feedback would be greatly appreciated: http://orgmode.org/worg/org-contrib/org-protocol.php#conkeror-setup (My apologies to Sebastian if these should go somewhere else -- feel free to move them!) As I experiment with the fabulous org-protocol, I wonder whether I've missed a variable in org-protocol that tells the function org-protocol-remember to create a *temporary* new frame (i.e., one that pops up above the browser and then disappears after typing C-c C-c). I know I can set the variable remember-in-new-frame to t, but I would ideally like the new frame only for org-protocol-remember and not for other invocations of remember. My current solution is to advise the function org-protocol-remember (i.e., to set remember-in-new-frame locally for that function). 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. Thanks, Matt Footnotes: [1] http://conkeror.org/ [2] http://tsdh.wordpress.com/2008/11/14/calling-org-remember-from-inside-conkeror/