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: Thu, 20 Apr 2023 10:33:01 +0200	[thread overview]
Message-ID: <CAOCRf5VUjwxLHjhmMxdQ29e9VCBYhuPOs3vALQf9+r+u5HwQVg@mail.gmail.com> (raw)
In-Reply-To: <CAOCRf5Wj4Ncxv8fA_VeKzw0v7KEO2UT=W-2Du1QA0gFKjPb=Yw@mail.gmail.com>

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' inconsistently during the
publishing process.
  This might or might not be an issue.  I leave it up to your discretion.

The trivial solution to my problem:
instead of
    (let ((base-dir default-directory)) ...)
use
    (let ((base-dir (file-truename default-directory))) ...)

I'll leave the repo on my github "As is" for future reference.

BR,
Bence


  reply	other threads:[~2023-04-20  8:34 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
2023-04-20  8:33     ` Bence Fábián [this message]
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=CAOCRf5VUjwxLHjhmMxdQ29e9VCBYhuPOs3vALQf9+r+u5HwQVg@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).