From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Stewart Subject: org-w3m.el Date: Thu, 27 Nov 2008 09:28:52 +0800 Message-ID: <87k5aqkld7.fsf@debian.domain> 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 1L5WJ6-0001d2-OG for emacs-orgmode@gnu.org; Wed, 26 Nov 2008 21:08:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5WJ5-0001ck-5D for emacs-orgmode@gnu.org; Wed, 26 Nov 2008 21:08:40 -0500 Received: from [199.232.76.173] (port=43108 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5WJ4-0001ch-Uz for emacs-orgmode@gnu.org; Wed, 26 Nov 2008 21:08:38 -0500 Received: from main.gmane.org ([80.91.229.2]:34446 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 1L5WJ4-0005Hz-Gp for emacs-orgmode@gnu.org; Wed, 26 Nov 2008 21:08:38 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L5WJ0-0000Yy-S0 for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 02:08:34 +0000 Received: from 222.212.137.244 ([222.212.137.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2008 02:08:34 +0000 Received: from lazycat.manatee by 222.212.137.244 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2008 02:08:34 +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, everyone, I have create org-w3m.el file for copying HTML content from a w3m buffer and transfomring the text on the fly. You can find it at: http://repo.or.cz/w/org-mode.git?a=blob;f=lisp/org-w3m.el;h=4f568e768a866ad85a941e6f5ccecfc38de54493;hb=a196eaa15cb3811e07b59ace954fdeda2c88f33b Enjoy! -- Andy.