From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rakestraw Subject: Re: Org Remember idea Date: Wed, 7 Nov 2007 16:17:34 -0500 Message-ID: <20071107161734.6786e2d5@maggiejean2.rakestrawmornlocal> References: <3d6808890711060842p3ef89421xc03f0ee87257327@mail.gmail.com> <20071106154907.5d68b019@dhcp-296-6> <874pfyre0g.fsf@bzg.ath.cx> <20071106215944.4f41c434@maggiejean2.rakestrawmornlocal> <87sl3iw86r.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0478776943==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpsHV-0003pS-I9 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 16:17:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpsHT-0003oR-Fv for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 16:17:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpsHT-0003oG-7R for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 16:17:47 -0500 Received: from relay02.pair.com ([209.68.5.16]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IpsHS-0005Ka-Uv for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 16:17:47 -0500 In-Reply-To: <87sl3iw86r.fsf@bzg.ath.cx> 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 --===============0478776943== Content-Type: multipart/signed; boundary="Sig_/T2CSJXFDB.Q3OMV5.AHrreZ"; protocol="application/pgp-signature"; micalg=PGP-SHA1 --Sig_/T2CSJXFDB.Q3OMV5.AHrreZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 07 Nov 2007 12:29:00 +0000 Bastien wrote: > Hope this will work correctly... Yes, it works great. However, to make the remember function work I had to add a line to the lisp, so that the relevant section now reads: (cond ((equal proto "remember") (kill-new orglink) ;; added to put the link in the kill-ring =20 (org-remember ?w)) =20 ((equal proto "annotation") (message "Copied '%s' to the kill-ring." orglink) (kill-new orglink)) I don't fully understand why I needed to add the line -- all I know is that without it the link isn't in the kill-ring when I yank it. I couple this with this template: ("web-clip" ?w "* %^{Paste page title/URL}\n %u\n :PROPERTIES: \n :END: \n %?" "~/plans/webclips.org")=20 I suspect I'll use this a lot -- thanks for setting it up. (And I understand that once we have the functionality in the template to yank the kill-ring to a point indicated by %c it will be simpler still.) The next question is whether the link and perhaps other bits of information can be passed as variables instead of via the kill-ring. I ask because it would be great to block (and perhaps copy) a section of a web page, click on the bookmarklet, and then see a template with the link/title and the section of text that I blocked/copied already entered. Something like this: ----> * ----> I don't know whether others will use this functionality. I confess that part of my interest stems from my experience with the only program I miss from my days using windows software -- a program called Zoot (http://www.zootsoftware.com/). Zoot does many things, but one thing I really like is that it makes it very easy to store, annotate, and organize links to web pages.=20 --=20 John Rakestraw --Sig_/T2CSJXFDB.Q3OMV5.AHrreZ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFHMitucltzkSGj+xwRArVfAKCFZdUFshHEOQYqgERUCVw2pAwBTACbBc6/ /V/VDjyPmt8d88Q4ZGCkMlM= =SHOR -----END PGP SIGNATURE----- --Sig_/T2CSJXFDB.Q3OMV5.AHrreZ-- --===============0478776943== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0478776943==--