[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 (
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)] |
Date: |
Mon, 17 Apr 2023 11:06:56 +0000 |
Bence Fábián <begnoc@gmail.com> writes:
> 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
I tried to reproduce starting from emacs -Q, and I am unable to.
I did
1. cd /tmp
2. git clone https://github.com/bencef/org-publish-symlink-repro
3. cd org-publish-symlink-repro
4. ln -sf /tmp/org-publish-symlink-repro/long/path/to ./shortcut
5. emacs -Q /path/to/README.org
6. Open the second relative file link
7. C-c C-e C-f P x <TAB> <RET>
All the files are published correctly, including the index.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>