From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hrvoje Niksic Subject: Re: A way to export agenda with links into org-files to html ? Date: Wed, 16 Feb 2011 21:06:20 +0100 Message-ID: <87vd0jkamb.fsf@xemacs.org> References: <87bp2iv8bd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40943 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppndo-0002bQ-JZ for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 15:06:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppndn-0003r7-5Z for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 15:06:24 -0500 Received: from smtp.xnet.hr ([83.139.103.71]:35366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppndm-0003qc-T3 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 15:06:23 -0500 Received: from mail.globalnet.hr (cartman.bnet.hr [213.149.32.10]) by smtp.xnet.hr (XnetMailOut) with ESMTP id E1A0447FA2 for ; Wed, 16 Feb 2011 21:06:21 +0100 (CET) In-Reply-To: <87bp2iv8bd.fsf@gnu.org> (Bastien's message of "Fri, 11 Feb 2011 17:34:46 +0100") 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: Bastien Cc: Marc-Oliver Ihm , emacs-orgmode@gnu.org Bastien writes: > Sadly enough, htmlize.el only handles links. > > Patch to make htmlize.el handle org links welcome! htmlize looks for urls and converts them to links. What are org links that you refer to, and how should htmlize find them in the buffer?