Niall Dooley <dool...@gmail.com> writes:

>> It would help if you provided more details. Ideally, steps to reproduce
>> the problem. See https://orgmode.org/manual/Feedback.html#Feedback
>
> I dug a little deeper. `org-tex-info-export-to-info' calls
> `org-texinfo-compile' which in turn calls `org-compile-file'.  In this
> function, there is a comment stating "Check for process failure.  Output file
> is expected to be located in the same directory as SOURCE." which seems to
> confirm my suspicions that the output .info file is expected to be in the same
> directory as the source .texinfo file.  Doing that however, I still get the
> same process "error" as before and the .info file produced in the parent
> directory.

Which does not help to diagnose the problem, unfortunately.
May you try to reproduce starting from emacs -Q or make repro? See
https://orgmode.org/manual/Feedback.html#Feedback

Essentially, we need to know enough information to see the problem on
our side and understand what the problem is.

> Whilst reading `org-compile-file' I noted the following formatted string
> explains an error I noted in the process error I reported earlier.
>
> "File %S wasn't produced%s"
>
> That is this formatted string should be:
>
> "File %S wasn't produced.  %s"
>
> to avoid the two strings being concatenated together and no punctuation
> separating them.

Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=93492b861

-- 
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 via email to