From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#38568: Org Mode (as a dependency) is borked Date: Thu, 12 Dec 2019 10:29:12 +0100 Message-ID: References: <87h826y0tp.fsf@jlicht.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59061) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifKnM-0000ZX-D1 for bug-guix@gnu.org; Thu, 12 Dec 2019 04:30:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifKnL-0004UY-Dq for bug-guix@gnu.org; Thu, 12 Dec 2019 04:30:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53077) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifKnK-0004Ta-Ux for bug-guix@gnu.org; Thu, 12 Dec 2019 04:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifKnK-0000pH-S6 for bug-guix@gnu.org; Thu, 12 Dec 2019 04:30:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h826y0tp.fsf@jlicht.xyz> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Jelle Licht , 38568@debbugs.gnu.org Hi Jelle, > Byte-compiling the org-jira.el file manually gives an .elc file without > a reference to `org-outline-overlay-data'. This leads me to believe that > the previously posted fix for #38479 could be extended to make sure > Emacs' built-in packages are at the trailing end of EMACSLOADPATH, so > after any other packages. This looks indeed like a similar problem, but at the level of emacs-build-system rather than profile construction. Cheers, Konrad.