From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: org-annotation-helper Date: Sun, 31 Aug 2008 00:46:04 +0200 Message-ID: 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 1KZZDG-00029o-92 for emacs-orgmode@gnu.org; Sat, 30 Aug 2008 18:46:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZZDE-00029M-HL for emacs-orgmode@gnu.org; Sat, 30 Aug 2008 18:46:33 -0400 Received: from [199.232.76.173] (port=59785 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZZDE-00029J-CQ for emacs-orgmode@gnu.org; Sat, 30 Aug 2008 18:46:32 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:2019) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZZDD-0002TR-RI for emacs-orgmode@gnu.org; Sat, 30 Aug 2008 18:46:32 -0400 Received: by fg-out-1718.google.com with SMTP id l26so876134fgb.30 for ; Sat, 30 Aug 2008 15:46:30 -0700 (PDT) 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: org-mode Can someone please confirm they have org-annotation-helper working with Firefox/Iceweasel 3? If I type "remember://hello" in the address bar it works fine. If, however I click my bookmark with the following as the location then I get "about:blank" as the embedded link in my new remember buffer: javascript:location.href='remember://' + location.href + '::remember::' + escape(document.title) + '::remember::' + escape(window.getSelection()) What could be wrong?