Re: [O] Org-mode-publish: link to dedicated target accross files

2014-01-03 Thread Sébastien Brisard
Thanks for this quick answer. I have never built Org-mode myself (always relied on ELPA), but will give it a go and will report. Anyway, thank you for your dedication. Org is really a great tool ! Sébastien 2014/1/1 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > > > If I instead wr

Re: [O] Org-mode-publish: link to dedicated target accross files

2014-01-01 Thread Nicolas Goaziou
Hello, Sébastien Brisard writes: > If I instead write > > [[file:./references.org::HASH1962][Hashin and Shtrikman (1962)]] > > (without the #), then the behaviour is the exact opposite > 3. in Emacs, the link (including the dedicated target) is found > 4. in the exported HTML file, the link is

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-31 Thread Sébastien Brisard
Hello, > yes, that might help. Org-file =references.org= is a list of bibliographic > > references. Each entry is actually an item in a description list, like so > > > > #+BEGIN_SRC > > - <> > > [[http://dx.doi.org/10.1016/0022-5096(62)90004-2][Hashinand Shtrikman > > (1962)]] :: Z. Hashin and

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Nicolas Goaziou
Sébastien Brisard writes: > yes, that might help. Org-file =references.org= is a list of bibliographic > references. Each entry is actually an item in a description list, like so > > #+BEGIN_SRC > - <> > [[http://dx.doi.org/10.1016/0022-5096(62)90004-2][Hashinand Shtrikman > (1962)]] :: Z. Hash

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Sébastien Brisard
Hello, yes, that might help. Org-file =references.org= is a list of bibliographic references. Each entry is actually an item in a description list, like so #+BEGIN_SRC - <> [[http://dx.doi.org/10.1016/0022-5096(62)90004-2][Hashinand Shtrikman (1962)]] :: Z. Hashin and S. Shtrikman, /On some var

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Nicolas Goaziou
Hello, Sébastien Brisard writes: > Correction: CUSTOM_ID does not seem to work with description lists (it > seems it only works with headings, *, **, ***, ...). It would be useful to know what you wrote in your Org file, what the output is, and what you expected. Regards, -- Nicolas Goaziou

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Sébastien Brisard
Correction: CUSTOM_ID does not seem to work with description lists (it seems it only works with headings, *, **, ***, ...). Sébastien 2013/12/30 Sébastien Brisard > Hi, > thanks for your answer. This indeed works. Is was sure I had already > tested this solution, with no success... Thanks a lot

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Sébastien Brisard
Hi, thanks for your answer. This indeed works. Is was sure I had already tested this solution, with no success... Thanks a lot!!! Sébastien 2013/12/30 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > > > that's what I feared... I know it works with the CUSTOM_ID property. > > Unfortun

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-30 Thread Nicolas Goaziou
Hello, Sébastien Brisard writes: > that's what I feared... I know it works with the CUSTOM_ID property. > Unfortunately, I'd like to link to an item in a list. > Is there a (possibly dirty) work around? You may use a custom-id syntax pointing to your target: [[file:./file2.org::#item-target]

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-29 Thread Sébastien Brisard
Hi, that's what I feared... I know it works with the CUSTOM_ID property. Unfortunately, I'd like to link to an item in a list. Is there a (possibly dirty) work around? Best regards, Sébastien 2013/12/29 Nicolas Goaziou > Hello, > > Sébastien Brisard writes: > > > I'm facing a problem with lin

Re: [O] Org-mode-publish: link to dedicated target accross files

2013-12-29 Thread Nicolas Goaziou
Hello, Sébastien Brisard writes: > I'm facing a problem with links accross multiple org files, when I publish > to HTML. Here is a minimal working example. file1.org looks like > > <> Target 1 > > [[target1][Go to target #1]] > > [[file:./file2.org::target2][Go to target #2]] > > while file2.org

[O] Org-mode-publish: link to dedicated target accross files

2013-12-29 Thread Sébastien Brisard
I'm facing a problem with links accross multiple org files, when I publish to HTML. Here is a minimal working example. file1.org looks like <> Target 1 [[target1][Go to target #1]] [[file:./file2.org::target2][Go to target #2]] while file2.org looks like <> Target 2 In emacs, when I click on