From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ernesto Alfonso Subject: org-texinfo-compile not autoloaded Date: Wed, 13 Sep 2017 17:25:59 -0700 Message-ID: <8760cmunvs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsHze-00031N-3E for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 20:26:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsHza-0006Ex-VY for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 20:26:58 -0400 Received: from mail-pg0-x234.google.com ([2607:f8b0:400e:c05::234]:44085) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsHza-0006Cc-Ol for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 20:26:54 -0400 Received: by mail-pg0-x234.google.com with SMTP id j16so3380191pga.1 for ; Wed, 13 Sep 2017 17:26:53 -0700 (PDT) Received: from debian-x1 ([64.129.231.6]) by smtp.gmail.com with ESMTPSA id o17sm11672090pfa.22.2017.09.13.17.26.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Sep 2017 17:26:51 -0700 (PDT) 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-orgmode@gnu.org Hi, My 'org-texinfo-compile command doesn't get autoloaded on my GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of 2017-05-11 and I need to manually call: (require 'ox-texinfo) However, somehow org-texinfo-convert-region-to-texinfo does get autoloaded. I notcied this section in my .emacs.d/elpa/org-20170502/org-loaddefs.el file, which suggests both should be loaded. >(autoload 'org-texinfo-publish-to-texinfo "ox-texinfo" "\ >Publish an org file to Texinfo. > >FILENAME is the filename of the Org file to be published. PLIST >is the property list for the given project. PUB-DIR is the >publishing directory. > >Return output file name. > >\(fn PLIST FILENAME PUB-DIR)" nil nil) > >(autoload 'org-texinfo-convert-region-to-texinfo "ox-texinfo" "\ >Assume the current region has Org syntax, and convert it to Texinfo. >This can be used in any buffer. For example, you can write an >itemized list in Org syntax in an Texinfo buffer and use this >command to convert it. > >\(fn)" t nil) Is this a bug? Thanks, Ernesto