From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cezar Halmagean Subject: Re: org-annotation-helper Date: Mon, 19 May 2008 10:19:58 -0700 Message-ID: <87wslq43ep.fsf@mixandgo.ro> References: <200805161527.m4GFRMGN010370@dog.comp.uvic.ca> <87mymppyx1.fsf@uvic.ca> 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 1Jy920-0003j3-WE for emacs-orgmode@gnu.org; Mon, 19 May 2008 13:20:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jy920-0003hs-4Q for emacs-orgmode@gnu.org; Mon, 19 May 2008 13:20:16 -0400 Received: from [199.232.76.173] (port=36175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy91z-0003hV-UL for emacs-orgmode@gnu.org; Mon, 19 May 2008 13:20:15 -0400 Received: from main.gmane.org ([80.91.229.2]:43648 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jy91z-0000ib-Rs for emacs-orgmode@gnu.org; Mon, 19 May 2008 13:20:16 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jy91s-0002jE-N6 for emacs-orgmode@gnu.org; Mon, 19 May 2008 17:20:08 +0000 Received: from 208.71.158.250 ([208.71.158.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 May 2008 17:20:08 +0000 Received: from cezar by 208.71.158.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 May 2008 17:20:08 +0000 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@gnu.org > hi everybody, > > I took the liberty of updating the elisp file that John Rakestraw sent > last week. I (think) have improved a bit and the description should be > easier to follow. I have also made it possible to insert the selected > text into the current buffer (the code was there, I just had to grab > it). > > One major change: i have replaced the separator from "%1C" to > "::remember::" (the %1C never worked for me). > > Let me know if you have questions/problems. > > http://turingmachine.org/~dmg/temp/org-annotation-helper.el How do you use this ? when I call it it just opens up the remember buffer and asks me for a template. Cezar