emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Bence Fábián" <begnoc@gmail.com>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: [BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)]
Date: Wed, 19 Apr 2023 16:28:07 +0200	[thread overview]
Message-ID: <CAOCRf5Wj4Ncxv8fA_VeKzw0v7KEO2UT=W-2Du1QA0gFKjPb=Yw@mail.gmail.com> (raw)
In-Reply-To: <87v8hulqcv.fsf@localhost>

Hi Igor,

> 5. emacs -Q /path/to/README.org
> 6. Open the second relative file link

When I do this then when I push `C-x C-f' I see that I'm in the
non-symlinked path.
And that shows up in the source block evaluation as well.

In fact even if I do
```
emacs -Q /tmp/org-publish-symlink-repro/shortcut/something/index.org
```
I end up in the "real" directory.  I'm not sure what's governing this
behavior in emacs.
What I suspect now is the culprit is that the linked directory is on a
different BTRFS subvolume.
In my original case.

Can you try changing the line
```
  (let ((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 <yantar92@posteo.net> wrote:
>
> 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>


  reply	other threads:[~2023-04-19 14:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-16 13:56 [BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)] Bence Fábián
2023-04-17 11:06 ` Ihor Radchenko
2023-04-19 14:28   ` Bence Fábián [this message]
2023-04-20  8:33     ` Bence Fábián
2023-04-20  8:40       ` Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOCRf5Wj4Ncxv8fA_VeKzw0v7KEO2UT=W-2Du1QA0gFKjPb=Yw@mail.gmail.com' \
    --to=begnoc@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=yantar92@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).