From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-annotation-helper Date: Mon, 1 Sep 2008 13:27:18 +0200 Message-ID: <1EBADC4C-6252-4AE0-B974-2F7301FB6DB5@uva.nl> References: <17249.1220148863@gamaville.dokosmarshall.org> <1220268040.22076.1271531427@webmail.messagingengine.com> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ka7ZD-0007qd-KG for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 07:27:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ka7ZB-0007pa-91 for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 07:27:30 -0400 Received: from [199.232.76.173] (port=52837 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ka7ZB-0007pR-4Y for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 07:27:29 -0400 Received: from ug-out-1314.google.com ([66.249.92.173]:47863) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ka7ZA-00024Z-Dl for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 07:27:28 -0400 Received: by ug-out-1314.google.com with SMTP id m2so2073235uge.17 for ; Mon, 01 Sep 2008 04:27:22 -0700 (PDT) In-Reply-To: <1220268040.22076.1271531427@webmail.messagingengine.com> 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 On Sep 1, 2008, at 1:20 PM, Peter Westlake wrote: > > 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()) > > On the subject of org-annotation-helper, the code has this comment > about > %a: > >> | ;; FIXME can't access %a in the template -- how to set >> annotation? (raise-frame) > > While I was trying to make this work, using a slightly earlier > version, > I found that the %a would work if I had an active region selected at > the > time. Before I could find out how to make a region active, or stop it > being needed, I found the new version of the code, and now I use > %:region. But it would be interesting to know why org-mode tests for > there being an active region; it seems to do it quite a lot. You > need an > active region to convert a table with C-c |, for instance. Carsten, is > there any reason why it works this way? Hi Peter, how else should Org know the range of lines to convert? Or maybe I misunderstand your question? - Carsten