From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: A way to export agenda with links into org-files to html ? Date: Sat, 26 Feb 2011 10:45:04 +0100 Message-ID: <87oc5yeph2.fsf@altern.org> References: <87bp2iv8bd.fsf@gnu.org> <87vd0jkamb.fsf@xemacs.org> <874o81g05g.fsf@gnu.org> <8762shel1i.fsf@xemacs.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=51250 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtMts-000522-4I for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 11:21:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtMtm-0007Nh-L0 for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 11:21:44 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:36979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtMtm-0007NJ-Bq for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 11:21:38 -0500 Received: by fxm5 with SMTP id 5so3080580fxm.0 for ; Sat, 26 Feb 2011 08:21:37 -0800 (PST) In-Reply-To: <8762shel1i.fsf@xemacs.org> (Hrvoje Niksic's message of "Fri, 18 Feb 2011 10:42:17 +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: Hrvoje Niksic Cc: Marc-Oliver Ihm , emacs-orgmode@gnu.org Hi Hrvoje, thanks for your reply. Hrvoje Niksic writes: > I was thinking in a more general way. Yes, that'd be better. > Maybe applications such as orgmode could mark hyperlinks with text > properties and htmlize could recognize them and convert them to real > links, without fragile (and slow) regexp magic. This are the typical text properties for an Org-mode link: face org-link help-echo "LINK: http://bonjour.fr" mouse-face highlight HTH, -- Bastien