From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: commit "328c9a1af * bad org.el: Enhance menus" caused error Date: Wed, 05 Feb 2020 23:12:42 +0800 Message-ID: <877e115aqd.fsf@gmail.com> Reply-To: numbchild@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39925) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izMxF-0005ao-3d for emacs-orgmode@gnu.org; Wed, 05 Feb 2020 10:51:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izMxD-00049w-8M for emacs-orgmode@gnu.org; Wed, 05 Feb 2020 10:51:04 -0500 Received: from [112.17.238.191] (port=31892 helo=dark.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1izMxB-0003xt-PU for emacs-orgmode@gnu.org; Wed, 05 Feb 2020 10:51:03 -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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Org Mode I use magit-bisect on the latest (currently latest commit is "b14a14c9e") org-mode repo. The commit "328c9a1af * bad org.el: Enhance menus" caused bellowing error. I confirmed with a minimal Emacs config testing. #+begin_example Debugger entered--Lisp error: (void-variable org-org-menu) org-insert-dblock-bindings() run-hooks(org-load-hook) eval-buffer(# nil "/home/stardiviner/Code/Emacs/org-mode/lisp/org.el" nil t) ; Reading at buffer position 832102 load-with-code-conversion("/home/stardiviner/Code/Emacs/org-mode/lisp/org.el" "/home/stardiviner/Code/Emacs/org-mode/lisp/org.el" nil t) require(org) eval-buffer(# nil "/home/stardiviner/.config/emacs/elpa/org-20190211/..." nil t) ; Reading at buffer position 1257 load-with-code-conversion("/home/stardiviner/.config/emacs/elpa/org-20190211/..." "/home/stardiviner/.config/emacs/elpa/org-20190211/..." t t) require(org-info nil t) (not (require 'org-info nil t)) (if (not (require 'org-info nil t)) (display-warning 'use-package (format "Cannot load %s" 'org-info) :error)) (prog1 (if (not (require 'org-info nil t)) (display-warning 'use-package (format "Cannot load %s" 'org-info) :error)) (let ((elapsed (float-time (time-subtract (current-time) now)))) (if (> elapsed 0.1) (message "%s...done (%.3fs)" "Loading package org-info" elapsed) (message "%s...done" "Loading package org-info")))) (let ((now (current-time))) (message "%s..." "Loading package org-info") (prog1 (if (not (require 'org-info nil t)) (display-warning 'use-package (format "Cannot load %s" 'org-info) :error)) (let ((elapsed (float-time (time-subtract (current-time) now)))) (if (> elapsed 0.1) (message "%s...done (%.3fs)" "Loading package org-info" elapsed) (message "%s...done" "Loading package org-info"))))) (condition-case err (let ((now (current-time))) (message "%s..." "Loading package org-info") (prog1 (if (not (require 'org-info nil t)) (display-warning 'use-package (format "Cannot load %s" 'org-info) :error)) (let ((elapsed (float-time (time-subtract ... now)))) (if (> elapsed 0.1) (message "%s...done (%.3fs)" "Loading package org-info" elapsed) (message "%s...done" "Loading package org-info"))))) ((debug error) (funcall use-package--warning152 :catch err))) eval-buffer(# nil "/home/stardiviner/.config/emacs/init/org-mode/init..." nil t) ; Reading at buffer position 6453 load-with-code-conversion("/home/stardiviner/.config/emacs/init/org-mode/init..." "/home/stardiviner/.config/emacs/init/org-mode/init..." nil t) require(init-org-hyperlink) eval-buffer(# nil "/home/stardiviner/.config/emacs/init/org-mode/init..." nil t) ; Reading at buffer position 518 load-with-code-conversion("/home/stardiviner/.config/emacs/init/org-mode/init..." "/home/stardiviner/.config/emacs/init/org-mode/init..." nil t) require(init-org-mode) eval-buffer(# nil "/home/stardiviner/.config/emacs/init.el" nil t) ; Reading at buffer position 3704 load-with-code-conversion("/home/stardiviner/.config/emacs/init.el" "/home/stardiviner/.config/emacs/init.el" t t) load("/home/stardiviner/.config/emacs/init" noerror nomessage) startup--load-user-init-file(#f(compiled-function () #) #f(compiled-function () #) t) command-line() normal-top-level() #+end_example -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3