From mboxrd@z Thu Jan  1 00:00:00 1970
From: Richard G Riley <rileyrgdev@googlemail.com>
Subject: Re: firefox urls
Date: Wed, 21 May 2008 13:06:53 +0200
Message-ID: <h18wy3vrua.fsf@richardriley.net>
References: <fkd4nreee4.fsf@richardriley.net>
	<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>
	<C5951B48-CE96-4444-9B68-5ACA0A227E19@uva.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
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 <rileyrgdev@googlemail.com>) 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 <emacs-orgmode@gnu.org>; Wed, 21 May 2008 04:06:57 -0700 (PDT)
In-Reply-To: <C5951B48-CE96-4444-9B68-5ACA0A227E19@uva.nl> (Carsten Dominik's
	message of "Wed, 21 May 2008 07:28:58 +0200")
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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 <C.Dominik@uva.nl>
Cc: emacs-orgmode@gnu.org

Carsten Dominik <C.Dominik@uva.nl> writes:

> On May 21, 2008, at 3:49 AM, John Rakestraw wrote:
>
>> On Tue, 20 May 2008 16:46:37 -0400
>> Nick Dokos <nicholas.dokos@hp.com> 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.