Re: [BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)]

2023-04-20 Thread Bence Fábián
Hi all, Upon further reflection I came to the following conclusions: There are multiple things at play here (I refrain from using the word "issue"): - emacs resolving or not resolving true path upon visiting files. This is not at all org-related. - org-publish calling `file-truename'

Re: [BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)]

2023-04-19 Thread Bence Fábián
base-dir default-directory)) ``` to ``` (let ((base-dir "/tmp/org-publish-symlink-repro/shortcut/something/")) ``` and see what happens then? BR, Bence On Mon, Apr 17, 2023 at 1:04 PM Ihor Radchenko wrote: > > Bence Fábián writes: > > > When performing an `org-p

[BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)]

2023-04-17 Thread Bence Fábián
Hi, When performing an `org-publish' if the `:base-directory' property contians a symlink in its path, then the `theindex.inc' file is not populated. I created a repo to help reproduce the bug: https://github.com/bencef/org-publish-symlink-repro Please see version information below. Best