From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: org-annotate on windows Date: Mon, 9 Mar 2009 12:44:51 +0530 Message-ID: References: <87sklojb48.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgZhf-0000v0-Ug for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 03:15:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgZhb-0000sV-Bb for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 03:15:11 -0400 Received: from [199.232.76.173] (port=59922 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgZhb-0000sS-4X for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 03:15:07 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]:22483) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgZhY-0008QL-NA for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 03:15:06 -0400 Received: by wf-out-1314.google.com with SMTP id 28so1621743wfc.24 for ; Mon, 09 Mar 2009 00:14:51 -0700 (PDT) In-Reply-To: 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: emacs-orgmode One more thing: The backslash in the bookmarklet makes FF barf In any case the spaces transform into %20 which makes it much more unwieldy and ugly so the bookmarklet that I paste (and works as far as I know) is just: javascript:location.href='remember://'+location.href+'::remember::'+escape(document.title)+'::remember::'+escape(window.getSelection()) (no newlines or spaces anywhere)