From: Ihor Radchenko <yantar92@posteo.net>
To: alain.cochard@unistra.fr
Cc: emacs-orgmode@gnu.org
Subject: Re: Does variable 'org-goto-interface' exist?
Date: Tue, 13 Dec 2022 13:14:21 +0000 [thread overview]
Message-ID: <87359jcuoi.fsf@localhost> (raw)
In-Reply-To: <25496.28365.429287.754196@gargle.gargle.HOWL>
Alain.Cochard@unistra.fr writes:
> I have a practical question, though: in order to see the effect of
> your patch in context, I applied it in my git repository and did
>
> make && make doc
>
> I then can see the change in the org.pdf file, but not in the Info
> manual, although I used
>
> emacs -Q -l .emacs.git
>
> with .emacs.git containing
>
> (add-to-list 'load-path "~/Org/Coch-git/org-mode/lisp")
>
> (setq Info-default-directory-list
> (append '("/home/cochard/Org/Coch-git/org-mode/doc")
> Info-default-directory-list))
>
> What am I doing wrong? Thank you.
Check out [[info:info#Emacs Info Variables]]
Basically, INFOPATH environment variable takes precedence.
You may also take a look at `Info-directory-list' docstring.
straight.el uses the following, slightly awkward approach:
(require 'info)
(info-initialize)
(add-to-list 'Info-directory-list "~/Git/org-mode/doc/")
Emacs info page suggests to set environment variable.
--
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>
next prev parent reply other threads:[~2022-12-13 13:15 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-13 8:54 Does variable 'org-goto-interface' exist? Alain.Cochard
2022-12-13 9:33 ` Ihor Radchenko
2022-12-13 9:51 ` Alain.Cochard
2022-12-13 11:43 ` Ihor Radchenko
2022-12-13 12:23 ` Alain.Cochard
2022-12-13 13:14 ` Ihor Radchenko [this message]
2022-12-17 18:22 ` [Info path] " Alain.Cochard
2022-12-13 14:48 ` Max Nikulin
2022-12-14 7:55 ` Ihor Radchenko
2022-12-14 10:00 ` Alain.Cochard
2022-12-14 10:48 ` Ihor Radchenko
2022-12-14 14:27 ` Max Nikulin
2022-12-15 9:02 ` Ihor Radchenko
2022-12-14 10:01 ` Max Nikulin
2022-12-14 10:20 ` Alain.Cochard
2022-12-14 14:20 ` Max Nikulin
2022-12-15 9:01 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87359jcuoi.fsf@localhost \
--to=yantar92@posteo.net \
--cc=alain.cochard@unistra.fr \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.