From mboxrd@z Thu Jan 1 00:00:00 1970 From: Friedrich Delgado Friedrichs Subject: Re: Links to id:xxxxxx don't work in exported html Date: Fri, 9 Jan 2009 14:50:12 +0100 Message-ID: <20090109135012.GA29016@taupan.ath.cx> References: <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 1LLHkf-0001HM-Pq for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:50:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLHke-0001HA-9s for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:50:17 -0500 Received: from [199.232.76.173] (port=51006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLHke-0001H7-5a for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:50:16 -0500 Received: from dudelab.org ([212.12.33.202]:4512 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 1LLHkd-0003Hi-LX for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:50:15 -0500 Received: from abrasax.taupan.ath.cx (p5B10F5C5.dip.t-dialin.net [91.16.245.197]) (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 01617228148 for ; Fri, 9 Jan 2009 14:48:50 +0100 (CET) Content-Disposition: inline In-Reply-To: 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 Hm... Carsten Dominik schrieb: > Now you can use the ID's. The advantage is that, as you move > links around, they will continue to work. So this is really > great for Notes that you might want to re-organize. ---Zitatende--- I can't get this to work. My config is org-publish-project-alist: (("all" :auto-index t :base-directory "~/git/Org/" :publishing-directory "~/opt/Org-Publish" :recursive t) ("common" :auto-index t :base-directory "~/git/Org/" :publishing-directory "~/opt/Org-Publish") ("work-only" :auto-index t :base-directory "~/git/Org/work" :publishing-directory "~/opt/Org-Publish/work") ("home" :auto-index t :base-directory "~/git/Org/home" :publishing-directory "~/opt/Org-Publish/home") ("work" :components ("common" "work-only"))) I published with "all" and the snippet I posted before results in:

1.2 Local Item

2 Notes

The published file is Collect.org, and the links point to Collect.html, however they reside in different files (the first is in work/Sonstiges.org and the other one is in Common.org). And I get relative links, even though I configured absolute directories. However work/Sonstiges.html and Common.html contain the correct anchors. Should I post a complete set of files for reproducing the problem? -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;)