From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Volpiatto Subject: Bug: Fix no-byte-compile in org-pkg.el [8.3.6 (8.3.6-7-g4d7d52-elpa @ /home/thierry/.emacs.d/elpa/org-20161017/)] Date: Tue, 18 Oct 2016 09:46:16 +0200 Message-ID: <871sze5cc7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwP6R-0001b6-Of for emacs-orgmode@gnu.org; Tue, 18 Oct 2016 03:46:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwP6M-0002PJ-Qj for emacs-orgmode@gnu.org; Tue, 18 Oct 2016 03:46:27 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:33036) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bwP6M-0002Oy-Mu for emacs-orgmode@gnu.org; Tue, 18 Oct 2016 03:46:22 -0400 Received: by mail-qk0-x229.google.com with SMTP id n189so275848736qke.0 for ; Tue, 18 Oct 2016 00:46:22 -0700 (PDT) Received: from dell-14z ([37.163.239.98]) by smtp.gmail.com with ESMTPSA id za1sm56488032wjb.8.2016.10.18.00.46.18 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 18 Oct 2016 00:46:19 -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 Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Actually in org-pkg.el, the local setting of `no-byte-compile` have no effect, please use: ;; Local Variables: ;; no-byte-compile: t ;; End: at end of file to avoid warning when package is compiled. Thanks. Emacs : GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2016-06-27 on dell-14z Package: Org-mode version 8.3.6 (8.3.6-7-g4d7d52-elpa @ /home/thierry/.emacs.d/elpa/org-20161017/) -- Thierry