From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Bernoulli Subject: Better default for org-texinfo-info-process Date: Wed, 26 Jul 2017 16:44:09 +0200 Message-ID: <87shhjl0li.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daNXp-0001hA-7H for emacs-orgmode@gnu.org; Wed, 26 Jul 2017 10:44:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daNXo-00078j-96 for emacs-orgmode@gnu.org; Wed, 26 Jul 2017 10:44:13 -0400 Received: from mail.hostpark.net ([212.243.197.30]:36108) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1daNXo-00075F-1l for emacs-orgmode@gnu.org; Wed, 26 Jul 2017 10:44:12 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id F184C16A16 for ; Wed, 26 Jul 2017 16:44:09 +0200 (CEST) Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id C2_sZr2tkwfN for ; Wed, 26 Jul 2017 16:44:09 +0200 (CEST) Received: from desktop (77-58-214-193.dclient.hispeed.ch [77.58.214.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 7899816A5B for ; Wed, 26 Jul 2017 16:44:09 +0200 (CEST) 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: 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