* Better default for org-texinfo-info-process
@ 2017-07-26 14:44 Jonas Bernoulli
2017-07-27 11:53 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Jonas Bernoulli @ 2017-07-26 14:44 UTC (permalink / raw)
To: emacs-org list
Hello,
For some reason the authors of `makeinfo' thought it would be a good
idea to split the generated info file into two files by default once
its size reaches a certain undocumented threshold.
When that happened to me for the first time I was very surprised and
thought that "foo-1.info" and "foo-2.info" were some intermediate
files, added appropriate rules to ".gitignore", and went on shipping
an outdated "foo.info" for a while. (Off topic: I no longer ship
"*.info" files, just "*.texi".)
Since I have figured out what is going on, I am using this:
(setq org-texinfo-info-process '("makeinfo --no-split %f"))
Please consider making this the default value.
Best regards,
Jonas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Better default for org-texinfo-info-process
2017-07-26 14:44 Better default for org-texinfo-info-process Jonas Bernoulli
@ 2017-07-27 11:53 ` Nicolas Goaziou
2017-07-27 16:07 ` Jonas Bernoulli
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-07-27 11:53 UTC (permalink / raw)
To: Jonas Bernoulli; +Cc: emacs-org list
Hello,
Jonas Bernoulli <jonas@bernoul.li> writes:
> For some reason the authors of `makeinfo' thought it would be a good
> idea to split the generated info file into two files by default once
> its size reaches a certain undocumented threshold.
>
> When that happened to me for the first time I was very surprised and
> thought that "foo-1.info" and "foo-2.info" were some intermediate
> files, added appropriate rules to ".gitignore", and went on shipping
> an outdated "foo.info" for a while. (Off topic: I no longer ship
> "*.info" files, just "*.texi".)
>
> Since I have figured out what is going on, I am using this:
>
> (setq org-texinfo-info-process '("makeinfo --no-split %f"))
>
> Please consider making this the default value.
I agree that makes sense. Done.
Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-27 16:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 14:44 Better default for org-texinfo-info-process Jonas Bernoulli
2017-07-27 11:53 ` Nicolas Goaziou
2017-07-27 16:07 ` Jonas Bernoulli
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).