From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: import text from firefox with hyperlinks Date: Mon, 17 May 2010 11:03:51 +0100 Message-ID: References: <5B7B75BD-BECE-46AE-A36D-DB0453DE75B2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=56517 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODxBG-00012T-FF for emacs-orgmode@gnu.org; Mon, 17 May 2010 06:04:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODxBE-0004q4-Pc for emacs-orgmode@gnu.org; Mon, 17 May 2010 06:04:14 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:33186) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODxBE-0004pt-Kq for emacs-orgmode@gnu.org; Mon, 17 May 2010 06:04:12 -0400 Received: by pxi12 with SMTP id 12so5032386pxi.0 for ; Mon, 17 May 2010 03:04:11 -0700 (PDT) In-Reply-To: <5B7B75BD-BECE-46AE-A36D-DB0453DE75B2@gmail.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: Carsten Dominik Cc: Kestutis Matonis , emacs-orgmode@gnu.org On Mon, May 17, 2010 at 10:33 AM, Carsten Dominik wrote: > > On May 17, 2010, at 12:59 AM, Kestutis Matonis wrote: > >> How can i copy/import selected page part from firefox to emacs with >> hyperlinks? > > What is wrong with just copy and paste? Well, the man wants to have hyperlinks converted to [[org][links]]. At least for my setup, there is no behind-the-scenes magic that does this. I just get the visible text, not the (invisible) links. I can't answer your original question, (though I'll be keen to see if someone can), but you also might be interested in org-protocol, which can pass a URL, a document title and a selected region directly from a web browser to a running instance of Emacs. AFAIK,l it doesn't do link formatting, but it will pass the link to the page you're looking at. See this blissfully complex introduction to it. http://orgmode.org/worg/org-contrib/org-protocol.php org-annotation-helper is a simpler tool that also does this. http://orgmode.org/worg/org-contrib/org-annotation-helper.php Scot