From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#38592: 27.0.50; org mode insinuates itself into calendar Date: Mon, 17 Feb 2020 14:54:20 +0100 Message-ID: <8736b95ng3.fsf@gnu.org> References: <83sglo70fu.fsf@gnu.org> <87eeuykhc4.fsf@gnu.org> <8736bebim1.fsf@gnu.org> <87k14pqyeq.fsf@bzg.fr> <871rqtk6bd.fsf@bzg.fr> <87sgj9pead.fsf@dick> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57901) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3grX-0005Vp-7k for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 08:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3grW-0008N8-A1 for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 08:55:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60441) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3grW-0008N4-7D for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 08:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j3grW-0002jF-5l for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 08:55:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sgj9pead.fsf@dick> (Sam Steingold's message of "Mon, 17 Feb 2020 07:51:54 -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: Sam Steingold Cc: Sam Steingold , 38592@debbugs.gnu.org Hi Sam, Sam Steingold writes: > emacs -Q -f package-initialize --eval "(require 'ob)" --eval "(and > (cl-assert (featurep 'ob)) (cl-assert (not (featurep 'org))))" --eval > "(call-interactively 'calendar)" OK, I understand now, thanks for the reproducible recipe. > How about, minimally: I added another fix (in Org's maint branch, the one that will be released soon and sync with Emacs): requiring 'org-agenda whenever both org-compat.el and calendar are loaded. Thanks for reporting this, I'll close the bug when upstream Org is merged into Emacs and you can confirm the fix. Best, -- Bastien