From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: org-annotation-helper Date: Mon, 01 Sep 2008 16:14:45 +0200 Message-ID: References: <17249.1220148863@gamaville.dokosmarshall.org> <1220268040.22076.1271531427@webmail.messagingengine.com> 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 1KaABe-0005l0-3w for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 10:15:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaABb-0005ka-LE for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 10:15:20 -0400 Received: from [199.232.76.173] (port=36771 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaABb-0005kX-Gj for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 10:15:19 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:16728) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaABb-000371-Ho for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 10:15:19 -0400 Received: by fg-out-1718.google.com with SMTP id l26so1257015fgb.30 for ; Mon, 01 Sep 2008 07:15:17 -0700 (PDT) In-Reply-To: <1220268040.22076.1271531427@webmail.messagingengine.com> (Peter Westlake's message of "Mon, 01 Sep 2008 12:20:40 +0100") 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: Peter Westlake Cc: org-mode "Peter Westlake" writes: > On Sun, 31 Aug 2008 12:19:23 +0200, "Richard G Riley" > said: >> >> caveat : I do not know if this is optimal or even recommended but it now >> works for me. >> >> I have modified the code a little to remove hex from the actual link. > I have "boxquoted" all code so you will need to remove that. >> >> firefox/iceweasel : To set up the bookmark link, simple create a new >> book mark called "remember" in firefox and make this the location >> code: >> >> ,---- >> | >> javascript:location.href='remember://%20'+location.href+'%1C'+escape(document.title)+'%1C'+escape(window.getSelection()) >> `---- > > I have a slightly different link, which works too: > > javascript:location.href='remember://'+location.href+'::remember::'+escape(document.title)+'::remember::'+escape(window.getSelection()) > Following Carstens post about using (org-remember nil ?w) to get the weblink template up with no prompting, and then using refile, org-mode has taken on an entirely new position in my daily life - even higher and more important! .... my current template is: ("Weblink" ?w "* %^{Title|%:description} %^g\n :PROPERTIES: \n :Entered: %U\n :END: \n - title: %:title\n - link: %:link\n - Quote:\n %:region\n - End Quote\n\n %?\n" "weblinks.org" "WebLinks" ) since I wanted to see the physical http link in order to launch firefox using a hot key I have (return default for me is w3m).