From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: bug#34323: reproducibility: absolute file names in ox-odt.elc Date: Wed, 06 Feb 2019 18:52:58 -0500 Message-ID: <0ah8dg325h.fsf@fencepost.gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grX11-0002yc-AL for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 18:54:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grX10-00089c-MW for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 18:54:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Glenn Morris's message of "Mon, 04 Feb 2019 18:05:21 -0500") 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: 34323@debbugs.gnu.org It's due to the eval-when-compile sections in org-odt-schema-dir-list and org-odt-styles-dir-list. These don't make sense to me. All they do is add the build directory. There is a comment "see make install", but I cannot see what this refers to. No similar variable initializes itself in this way AFAIK. If those sections are removed, does anything stop working?