From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Subject: Some functions not being autoloaded in ELPA Org-mode Date: Sat, 21 May 2016 12:57:25 -0600 Message-ID: <877fenqlwq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4C5n-0007Tn-5f for emacs-orgmode@gnu.org; Sat, 21 May 2016 14:57:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4C5j-0000w0-1U for emacs-orgmode@gnu.org; Sat, 21 May 2016 14:57:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:58102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4C5i-0000vl-Qb for emacs-orgmode@gnu.org; Sat, 21 May 2016 14:57:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b4C5e-00009d-36 for emacs-orgmode@gnu.org; Sat, 21 May 2016 20:57:34 +0200 Received: from s01061859339e9903.ss.shawcable.net ([174.2.107.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 May 2016 20:57:34 +0200 Received: from agrambot by s01061859339e9903.ss.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 May 2016 20:57:34 +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: emacs-orgmode@gnu.org As an example, see `orgtbl-mode'. While this function has an autoload cookie, it is not being autoloaded in the org-autoloads.el file. However this function's autoload form is in org-loaddefs.el. Is org-autoloads.el not being updated correctly?