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 ;) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Links to id:xxxxxx don't work in exported html Date: Thu, 8 Jan 2009 22:43:10 +0100 Message-ID: References: <20090108144916.GB5649@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL2eq-0005bA-Fz for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:43:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL2eo-0005aT-NY for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:43:16 -0500 Received: from [199.232.76.173] (port=33082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL2eo-0005aO-JW for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:43:14 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]:64233) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL2eo-0003Zd-2q for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:43:14 -0500 Received: by ug-out-1314.google.com with SMTP id 36so2424458uga.17 for ; Thu, 08 Jan 2009 13:43:12 -0800 (PST) In-Reply-To: <20090108144916.GB5649@taupan.ath.cx> 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: friedel@nomaden.org Cc: Emacs-orgmode mailing list Hi Friedrich, thanks for bringing this up. Yes, this should work. Back when I did the id links, I thought it would be very hard, but fortunately I did put the basic framework for additional targets in place already a while ago, in response to a request by Matt for hard targets that are good for permanent HTML links. 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. On the other hand, when building a website, explicit targets may be more self-explanatory: #<> * Headline that should be linked to HTH - Carsten On Jan 8, 2009, at 3:49 PM, Friedrich Delgado Friedrichs wrote: > 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 ;) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tom Breton (Tehom)" Subject: Re: Links to id:xxxxxx don't work in exported html Date: Thu, 8 Jan 2009 18:07:05 -0500 (EST) Message-ID: <1088.66.30.178.137.1231456025.squirrel@mail.panix.com> References: <20090108160642.23D3D29407@mail1.panix.com> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL3y0-00013P-6h for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 18:07:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL3xy-00012Z-El for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 18:07:07 -0500 Received: from [199.232.76.173] (port=59697 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL3xy-00012U-68 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 18:07:06 -0500 Received: from mail1.panix.com ([166.84.1.72]:58795) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL3xx-0004Qx-RT for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 18:07:05 -0500 Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 9684A2941A for ; Thu, 8 Jan 2009 18:07:05 -0500 (EST) Received: from mail.panix.com (localhost [127.0.0.1]) by mailbackend.panix.com (Postfix) with ESMTP id 91C0DDEB9 for ; Thu, 8 Jan 2009 18:07:05 -0500 (EST) In-Reply-To: <20090108160642.23D3D29407@mail1.panix.com> 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 > Message: 4 > Date: Thu, 8 Jan 2009 15:49:16 +0100 > From: Friedrich Delgado Friedrichs > Subject: [Orgmode] Links to id:xxxxxx don't work in exported html > To: Emacs-orgmode mailing list > Message-ID: <20090108144916.GB5649@taupan.ath.cx> > Content-Type: text/plain; charset=3Dus-ascii > > 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]] [snip] > > The two external links have the mentioned ids and the links work in org= , > however html export gives me the following html snippet: > >
Looks like the problem is that it is html-escaped because it's the headli= ne. I actually think this is the right behavior. Tom Breton (Tehom) 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 ;) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Links to id:xxxxxx don't work in exported html Date: Fri, 9 Jan 2009 16:21:38 +0100 Message-ID: References: <20090108144916.GB5649@taupan.ath.cx> <20090109135012.GA29016@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLK6D-0007VQ-IY for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:20:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLK6C-0007UJ-L5 for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:20:40 -0500 Received: from [199.232.76.173] (port=47299 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLK6C-0007U5-5F for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:20:40 -0500 Received: from mail-ew0-f13.google.com ([209.85.219.13]:44253) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLK6B-0005zV-Hs for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:20:39 -0500 Received: by ewy6 with SMTP id 6so10670170ewy.18 for ; Fri, 09 Jan 2009 08:20:38 -0800 (PST) In-Reply-To: <20090109135012.GA29016@taupan.ath.cx> 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: friedel@nomaden.org Cc: Emacs-orgmode mailing list Hi Friedrich, first of all, Org does expect that the file containing the link and the file containing the target have the same relative path both in the staging area (where the .org files are) and in the publishing area (where the .html files will be). I don't know how else to approach this. Second, if I understand correctly, the your links are located in "Collect.org", and the targets are in different files. This means that Org is confused about what files contain which anchors. The relation between files and anchors is stored in the file ~/.emacs.d/org-id-locations. It can be updated with M-x org-id-update-id-locations This list may come out of sync if you move entries from one file to another not using Org commands, but, for example, cut and paste with the mouse. Can you please check if updating helps? If not, can you take a look at the file org-id-locations and see what it has to say about the id's you are checking? If all this does not help, please make me a complete test case and I will try to reproduce it with that. - Carsten On Jan 9, 2009, at 2:50 PM, Friedrich Delgado Friedrichs wrote: > 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: > > > > > > > >
>

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 ;) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode 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 17:59:43 +0100 Message-ID: <20090109165943.GA31878@taupan.ath.cx> References: <20090108144916.GB5649@taupan.ath.cx> <20090109135012.GA29016@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 1LLKi6-0000gU-7U for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:59:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLKi4-0000gG-Pr for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:59:49 -0500 Received: from [199.232.76.173] (port=59638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLKi4-0000gD-JV for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:59:48 -0500 Received: from dudelab.org ([212.12.33.202]:17103 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 1LLKi4-00013r-6C for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 11:59:48 -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 67050228148 for ; Fri, 9 Jan 2009 17:58:22 +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 Hiho! Carsten Dominik schrieb: > first of all, Org does expect that the file containing > the link and the file containing the target have the same > relative path both in the staging area (where the .org files are) > and in the publishing area (where the .html files will be). I don't > know how else to approach this. I read that in the git log, and interpreted it as: git/Org/Collect.org -> git/Org/work/Sonstiges.org opt/Org-Publish/Collect.html opt/Org-Publish/work/Sonstiges.html same relative path ./ -> work or the other way round it's . -> ../ Now it seems like you might mean they have to be in the same path. So I've tried setting the publishing directory to git/Org. Is that necessary? Or was my first understanding correct? > This means that Org is confused about what files contain > which anchors. The relation between files and anchors is stored in the > file > ~/.emacs.d/org-id-locations. It can be updated with > > M-x org-id-update-id-locations --Zitatende--- Ok, after calling that command, most of the links work correctly (except for a few pathological cases, which occur when the link-description contains a link). Many thanks! :) -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Links to id:xxxxxx don't work in exported html Date: Fri, 9 Jan 2009 18:39:44 +0100 Message-ID: <98593404-AD1A-4EBF-85DC-28B70BE8E9B4@uva.nl> References: <20090108144916.GB5649@taupan.ath.cx> <20090109135012.GA29016@taupan.ath.cx> <20090109165943.GA31878@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLLKn-0004kW-CQ for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 12:39:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLLKm-0004jO-Hj for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 12:39:48 -0500 Received: from [199.232.76.173] (port=58561 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLLKm-0004j7-AX for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 12:39:48 -0500 Received: from mail-ew0-f13.google.com ([209.85.219.13]:50067) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLLKl-0004uc-Qd for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 12:39:48 -0500 Received: by ewy6 with SMTP id 6so10715985ewy.18 for ; Fri, 09 Jan 2009 09:39:46 -0800 (PST) In-Reply-To: <20090109165943.GA31878@taupan.ath.cx> 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: friedel@nomaden.org Cc: Emacs-orgmode mailing list On Jan 9, 2009, at 5:59 PM, Friedrich Delgado Friedrichs wrote: > Hiho! > > Carsten Dominik schrieb: >> first of all, Org does expect that the file containing >> the link and the file containing the target have the same >> relative path both in the staging area (where the .org files are) >> and in the publishing area (where the .html files will be). I don't >> know how else to approach this. > > I read that in the git log, and interpreted it as: > > git/Org/Collect.org -> git/Org/work/Sonstiges.org > opt/Org-Publish/Collect.html opt/Org-Publish/work/Sonstiges.html > > same relative path ./ -> work > or the other way round it's . -> ../ This is exactly what I meant, and how it works in my own test case here.... > > > Now it seems like you might mean they have to be in the same path. > > So I've tried setting the publishing directory to git/Org. > > Is that necessary? Or was my first understanding correct? > >> This means that Org is confused about what files contain >> which anchors. The relation between files and anchors is stored in >> the >> file >> ~/.emacs.d/org-id-locations. It can be updated with >> >> M-x org-id-update-id-locations > --Zitatende--- > > Ok, after calling that command, most of the links work correctly > (except for a few pathological cases, which occur when the > link-description contains a link). > > Many thanks! :) > -- > Friedrich Delgado Friedrichs > TauPan on Ircnet and Freenode ;) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode 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: Mon, 12 Jan 2009 17:09:35 +0100 Message-ID: <20090112160935.GA30916@taupan.ath.cx> References: <20090108144916.GB5649@taupan.ath.cx> <20090109135012.GA29016@taupan.ath.cx> <20090109165943.GA31878@taupan.ath.cx> <98593404-AD1A-4EBF-85DC-28B70BE8E9B4@uva.nl> 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 1LMPMG-0004R8-8H for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 11:09:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMPME-0004Oh-Ok for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 11:09:43 -0500 Received: from [199.232.76.173] (port=36995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMPME-0004OQ-FX for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 11:09:42 -0500 Received: from dudelab.org ([212.12.33.202]:3263 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 1LMPME-00042v-4O for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 11:09:42 -0500 Received: from abrasax.taupan.ath.cx (p5B10DD6F.dip.t-dialin.net [91.16.221.111]) (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 440F4228148 for ; Mon, 12 Jan 2009 17:08:13 +0100 (CET) Content-Disposition: inline In-Reply-To: <98593404-AD1A-4EBF-85DC-28B70BE8E9B4@uva.nl> 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 Hiho Carsten Dominik schrieb: > On Jan 9, 2009, at 5:59 PM, Friedrich Delgado Friedrichs wrote: >> same relative path ./ -> work >> or the other way round it's . -> ../ > This is exactly what I meant, and how it works in my own test case > here.... --Zitatende--- Ok, works here too. The id locations were outdated for some reason. -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Links to id:xxxxxx don't work in exported html Date: Tue, 13 Jan 2009 10:17:03 +0100 Message-ID: <13C12306-C221-4BD2-96B7-DC343C39F31E@uva.nl> References: <20090108144916.GB5649@taupan.ath.cx> <20090109135012.GA29016@taupan.ath.cx> <20090109165943.GA31878@taupan.ath.cx> <98593404-AD1A-4EBF-85DC-28B70BE8E9B4@uva.nl> <20090112160935.GA30916@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMfOm-0005rM-Sz for emacs-orgmode@gnu.org; Tue, 13 Jan 2009 04:17:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMfOm-0005qU-6y for emacs-orgmode@gnu.org; Tue, 13 Jan 2009 04:17:24 -0500 Received: from [199.232.76.173] (port=37868 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMfOm-0005qI-0y for emacs-orgmode@gnu.org; Tue, 13 Jan 2009 04:17:24 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]:43527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMfOl-0000Cc-L9 for emacs-orgmode@gnu.org; Tue, 13 Jan 2009 04:17:23 -0500 Received: by fg-out-1718.google.com with SMTP id l26so4361086fgb.30 for ; Tue, 13 Jan 2009 01:17:22 -0800 (PST) In-Reply-To: <20090112160935.GA30916@taupan.ath.cx> 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: friedel@nomaden.org Cc: Emacs-orgmode mailing list On Jan 12, 2009, at 5:09 PM, Friedrich Delgado Friedrichs wrote: > Hiho > > Carsten Dominik schrieb: >> On Jan 9, 2009, at 5:59 PM, Friedrich Delgado Friedrichs wrote: >>> same relative path ./ -> work >>> or the other way round it's . -> ../ >> This is exactly what I meant, and how it works in my own test case >> here.... > --Zitatende--- > > Ok, works here too. The id locations were outdated for some reason. Good to hear. I guess I need to make a more prominent notice about the need to occasionally update these. When you follow an ID link and the entry can not be found in the target file, then an update happens automatically. - Carsten