From mboxrd@z Thu Jan 1 00:00:00 1970 From: Friedrich Delgado Friedrichs Subject: Links to id:xxxxxx don't work in exported html Date: Thu, 8 Jan 2009 15:49:16 +0100 Message-ID: <20090108144916.GB5649@taupan.ath.cx> Reply-To: friedel@nomaden.org 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 1LKwCH-00084v-Lp for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 09:49:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKwCG-00084H-7c for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 09:49:21 -0500 Received: from [199.232.76.173] (port=39496 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKwCG-00084C-3X for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 09:49:20 -0500 Received: from dudelab.org ([212.12.33.202]:5805 helo=mail.dudelab.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LKwCF-0007ug-M1 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 09:49:19 -0500 Received: from abrasax.taupan.ath.cx (p5B10C72F.dip.t-dialin.net [91.16.199.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Friedrich Delgado Friedrichs", Issuer "User CA" (verified OK)) by mail.dudelab.org (Postfix) with ESMTP id C0879228148 for ; Thu, 8 Jan 2009 15:47:54 +0100 (CET) Content-Disposition: inline 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 mailing list Hi! I really like org-link-to-org-use-id, however it breaks links to org items in html export for me. I have the following test file: ** Test [[id:45c4a467-b6ee-497c-9ed7-40342738e1c2][Item in a different org-file]] - [[id:frz5htg0rhe0][Yet another item in a different org file]] [[id:8611fa8f-7460-47b6-8edd-67e1ec25c5ce][Local Item]] ** Local Item :PROPERTIES: :ID: 8611fa8f-7460-47b6-8edd-67e1ec25c5ce :END: The two external links have the mentioned ids and the links work in org, however html export gives me the following html snippet:

1.1 Test <id:45c4a467-b6ee-497c-9ed7-40342738e1c2>

1.2 Local Item

i.e. only the internal link works, the links to different org files are only displayed by their ids. -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;)