From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: firefox urls Date: Wed, 21 May 2008 13:06:53 +0200 Message-ID: References: <20080512113321.45188d4b@dhcp-296-6> <87k5hxa5ia.fsf@uvic.ca> <871w44wlgz.fsf@uvic.ca> <7bef1f890805171827w40525d0fi95b7e9d31400ac96@mail.gmail.com> <87wslsgoai.fsf@uvic.ca> <3ziqx86h7a.fsf@richardriley.net> <877idodh9w.fsf@uvic.ca> <19851.1211316397@alphaville.zko.hp.com> <20080520214937.45aaf1a0@buster.rakestrawmornlocal> 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 1Jym9v-0007Wo-3b for emacs-orgmode@gnu.org; Wed, 21 May 2008 07:07:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jym9r-0007W3-Dr for emacs-orgmode@gnu.org; Wed, 21 May 2008 07:07:02 -0400 Received: from [199.232.76.173] (port=35435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jym9r-0007Vy-85 for emacs-orgmode@gnu.org; Wed, 21 May 2008 07:06:59 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]:21114) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jym9q-0000hz-R0 for emacs-orgmode@gnu.org; Wed, 21 May 2008 07:06:59 -0400 Received: by ug-out-1314.google.com with SMTP id l31so133327ugc.48 for ; Wed, 21 May 2008 04:06:57 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Wed, 21 May 2008 07:28:58 +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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > On May 21, 2008, at 3:49 AM, John Rakestraw wrote: > >> On Tue, 20 May 2008 16:46:37 -0400 >> Nick Dokos wrote: >> >>> when bzg/org-annotation-helper calls org-remember with argument ?w, I >>> expect this template to pop up in a *Remember* buffer. Instead, I get >>> asked which template I want to use (I have three more templates in >>> org-remember-templates). >> >> I get the same thing -- in fact, org-annotation-helper has *never* >> forced the selection of the template for me in the months I've been >> using it; I've always had to select it by pressing "w". Even more >> puzzling (to me, anyway), is that occasionally when I press "w" the >> first time, I get nothing, but when I press it the second time, I get >> the template, complete with a "w" keyed in at point. > > This seems to be a bug in org-annotation-helper.el. > org-remember must be called like this: > (org-remember nil ?w) > > instead of like this: > > (org-remember ?w) When I tried this, then I get prompted for no templates (good) but there is no url inserted either. Has anyone else had success following Nick's new instructions to get this working? I just tried from scratch and am seeing the same issues.