From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: org-protocol and web links Date: Tue, 06 Apr 2010 18:12:31 +0200 Message-ID: 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 1NzBQp-0004Nj-PB for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 12:15:15 -0400 Received: from [140.186.70.92] (port=33138 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzBQn-0004Md-OU for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 12:15:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzBQm-0005hf-It for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 12:15:13 -0400 Received: from lo.gmane.org ([80.91.229.12]:44185) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzBQm-0005hW-C0 for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 12:15:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NzBQk-0001I3-7q for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 18:15:10 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Apr 2010 18:15:10 +0200 Received: from rileyrgdev by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Apr 2010 18:15:10 +0200 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 Does anyone have a "w" template which can store a hot link using the page title (not just the url) in addition to the selection under the title line? The problem I find is that I havent got the combo right to do this : if I select something on a conkeror page and then call org-remember the selection becomes the %c which is usually used to store an encoded title and url org link. e.g I want my new org item first line to be something like the following if I invoke org-remember from conkeror on a web page having first hilited "blah blah" somewhere on the page ,---- | * org mode home page | | blah blah `---- where "org mode home page" is actually an encoded link. Sure, right now I can have ,---- | * http://www.orgmode.org | | title : org mode home page | | blah blah `---- by using %:link,%:description and %:initial but I cant see a way to create a hotlink using the page title which is more ideal IF I also select some text with the mouse - X automatically puts that in the clipboard. thanks r.