From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Better default for org-texinfo-info-process Date: Thu, 27 Jul 2017 13:53:36 +0200 Message-ID: <87y3raumdb.fsf@nicolasgoaziou.fr> References: <87shhjl0li.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dahML-0006sx-78 for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 07:53:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dahMK-0002xN-2g for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 07:53:41 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:48745) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dahMJ-0002vs-Tk for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 07:53:40 -0400 In-Reply-To: <87shhjl0li.fsf@bernoul.li> (Jonas Bernoulli's message of "Wed, 26 Jul 2017 16:44:09 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jonas Bernoulli Cc: emacs-org list Hello, Jonas Bernoulli 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