From unknown Sat Jun 21 10:38:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#45369 <45369@debbugs.gnu.org> To: bug#45369 <45369@debbugs.gnu.org> Subject: Status: 27.1.90; Wrong type argument: commandp, org-agenda Reply-To: bug#45369 <45369@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:38:02 +0000 retitle 45369 27.1.90; Wrong type argument: commandp, org-agenda reassign 45369 emacs submitter 45369 Simen Heggest=C3=B8yl severity 45369 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 08:07:25 2020 Received: (at submit) by debbugs.gnu.org; 22 Dec 2020 13:07:25 +0000 Received: from localhost ([127.0.0.1]:49196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krhNt-0003gd-03 for submit@debbugs.gnu.org; Tue, 22 Dec 2020 08:07:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:50680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krhNr-0003gU-DW for submit@debbugs.gnu.org; Tue, 22 Dec 2020 08:07:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krhNq-0002lY-16 for bug-gnu-emacs@gnu.org; Tue, 22 Dec 2020 08:07:23 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49022) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1krhNm-0005vg-Cv for bug-gnu-emacs@gnu.org; Tue, 22 Dec 2020 08:07:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector1; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; bh=snCxDq6+0o95Dgihu6It6HazFvROJ7+bmfAnxNYTuzk=; b=DjKaRpWNQcyFEwDR5M3qA13Wr 7WN9rEWA67NAYgOnqWOb/EVNoDCWM9E8gbLgOdQMqayFtbMXlCA77uhBdviyZFmWJiscqoyEszjRK ANoNyDkWfVaB1TTQYX2jsyuRe3J92dTWzZY3p3jQOo3dLlDzBVCs1g6vpo1iy5gAz4Ci436phTq40 fExK7xVdi9EvtuPWZ40PlxK36ce1cjAvHUJfVgsh6mHOup6PEUAxxBJEYWJjppiq/LLqP+3xS1TQM Y8gGPg3nd6p+wSoNaNHY98l00ncrC2pPM3G8C9T7tfWHCeW9usA1vkpGnBG4oUtBJ1JsPmBEUtDl4 gPIrZelNQ==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1krhNi-00031z-86 for bug-gnu-emacs@gnu.org; Tue, 22 Dec 2020 14:07:14 +0100 Received: by submission02.runbox with esmtpsa [Authenticated alias (963757)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1krhNe-0005XP-Io for bug-gnu-emacs@gnu.org; Tue, 22 Dec 2020 14:07:10 +0100 From: =?utf-8?Q?Simen_Heggest=C3=B8yl?= To: bug-gnu-emacs@gnu.org Subject: 27.1.90; Wrong type argument: commandp, org-agenda Date: Tue, 22 Dec 2020 14:07:10 +0100 Message-ID: <871rfigfb5.fsf@runbox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=91.220.196.211; envelope-from=simenheg@runbox.com; helo=aibo.runbox.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) >From 'emacs -Q', with the following configuration (taken from the Org mode manual section 1.3): (global-set-key (kbd "C-c a") 'org-agenda) Typing 'C-c a' used to bring up the Org mode agenda menu in Emacs 27.1, while in 27.1.90 it results in the following error: command-execute: Wrong type argument: commandp, org-agenda From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 08:21:46 2020 Received: (at 45369) by debbugs.gnu.org; 22 Dec 2020 13:21:46 +0000 Received: from localhost ([127.0.0.1]:49203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krhbm-0004BT-Av for submit@debbugs.gnu.org; Tue, 22 Dec 2020 08:21:46 -0500 Received: from mail-wr1-f54.google.com ([209.85.221.54]:35462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krhbi-0004BB-Sr for 45369@debbugs.gnu.org; Tue, 22 Dec 2020 08:21:45 -0500 Received: by mail-wr1-f54.google.com with SMTP id r3so14527026wrt.2 for <45369@debbugs.gnu.org>; Tue, 22 Dec 2020 05:21:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=+scOKvDDq2qMkmG/GhceYJmK+6VyCkkEm+kYZQmzZPU=; b=TtOnsGrusc72SOp6ZbWGRuklJz7FyfGGz8Xf09f87Lw51QFNbh/I6kYRIRCfK2s8wk L4nUSmzp2413rFi4trQX0AbzasTY1nMvulB/AZ7XQXXBfRO2C7lwO9jLD4Fofu+/LdWW lfAA1VRBP42iR91UxWwbefCv5fYuOJKLfJdntp1JR1pLOvTPiFUleJcBi/hG3IRCCRPs 6a51oQd9kYSdcfEkr5BXg39dBPK6t7uowO2ttXpN/xpFp31tW8+wSHMJusgraJ10nwXD fmu227IqvnVGi0yKA8lQQOJZ1AagGL8Ki9/v1R8bHfr3OCGTG9DG4iw1QM+LWE4zXoel okFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=+scOKvDDq2qMkmG/GhceYJmK+6VyCkkEm+kYZQmzZPU=; b=inwuez74hZr/QWcfMnZyA7TFLtZfUk72GBRQy91ATGMGidI7kNdbbFgTDxcTOMysPq Duo6+BxAXAw1CPtIEL7sdB/Ymc3FAW2c3ByJNQrd9M6KPy9ZsO1FosKZrvUqJCF+xZvw 7NIVNBx+C/UKrGqu6GnPNgKv6vJiFfmQUHgtAcN6GbpiMGAcarV0VMm6Es8DsqqR26/9 dxDebkCspkRNIvjM+orJgzSviu3SNGTNfhhleh70SPqwMy0Rg6UWay3zKjM8Jfp3V5tC nERYzSh0gsPRbM8pzaP3XctjbDCvHJLH5zSux0/gZSWC4R7vFt7x+ixijoN5Yh0D6x5S tGKA== X-Gm-Message-State: AOAM530VekJp1hp0u/2edpm1FYNUlR5f3kCnFR9WFSYDO6+l9zEOeTgp iBlwANIQTlN58ocQ4PT7TM7mLPKyR6Q= X-Google-Smtp-Source: ABdhPJytQiazbP6NBUR/9priRXCXvAV6BUPMSUsWuMBKzGo4QykBGXg4+9TwqMdjjzM5gfAANlVi7A== X-Received: by 2002:adf:f590:: with SMTP id f16mr24646189wro.40.1608643296605; Tue, 22 Dec 2020 05:21:36 -0800 (PST) Received: from muffinmac ([91.206.110.227]) by smtp.gmail.com with ESMTPSA id j10sm30049160wmj.7.2020.12.22.05.21.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Dec 2020 05:21:35 -0800 (PST) From: Andrii Kolomoiets To: Simen =?utf-8?Q?Heggest=C3=B8yl?= Subject: Re: bug#45369: 27.1.90; Wrong type argument: commandp, org-agenda References: <871rfigfb5.fsf@runbox.com> Date: Tue, 22 Dec 2020 15:21:33 +0200 In-Reply-To: <871rfigfb5.fsf@runbox.com> ("Simen =?utf-8?Q?Heggest=C3=B8yl?= =?utf-8?Q?=22's?= message of "Tue, 22 Dec 2020 14:07:10 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45369 Cc: 45369@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Simen Heggest=C3=B8yl writes: > From 'emacs -Q', with the following configuration (taken from the Org > mode manual section 1.3): > > (global-set-key (kbd "C-c a") 'org-agenda) > > Typing 'C-c a' used to bring up the Org mode agenda menu in Emacs 27.1, > while in 27.1.90 it results in the following error: > > command-execute: Wrong type argument: commandp, org-agenda Must be fixed in Bug#45259 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 01:06:38 2020 Received: (at 45369) by debbugs.gnu.org; 25 Dec 2020 06:06:38 +0000 Received: from localhost ([127.0.0.1]:56586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ksgFK-0000mX-Dv for submit@debbugs.gnu.org; Fri, 25 Dec 2020 01:06:38 -0500 Received: from quimby.gnus.org ([95.216.78.240]:35880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ksgFI-0000mK-VX for 45369@debbugs.gnu.org; Fri, 25 Dec 2020 01:06:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=s9DOC8MqvuQWD85RtBW3EZiOjqmOwWfdTMDL9BT8820=; b=MWKxSfzlpJF7zZZzVCzSq9JuQ/ JxDATnA7eAeUIoDtSaFiRhYT7222uguugsT4FLNfbdOt1UopuauaMfJYUCujHoaZqmLe4cGlYW0zs kTsdiTEO67MWPWPfzAn1ddK0l1yjmIn3imCmKFYK+NRRabhokY9pG/zM97RL4r1llJ5U=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ksgFB-0007Dn-7Q; Fri, 25 Dec 2020 07:06:31 +0100 From: Lars Ingebrigtsen To: Andrii Kolomoiets Subject: Re: bug#45369: 27.1.90; Wrong type argument: commandp, org-agenda References: <871rfigfb5.fsf@runbox.com> X-Now-Playing: Kate & Anna McGarrigle's _Kate & Anna McGarrigle_: "Jigsaw Puzzle of Life" Date: Fri, 25 Dec 2020 07:06:28 +0100 In-Reply-To: (Andrii Kolomoiets's message of "Tue, 22 Dec 2020 15:21:33 +0200") Message-ID: <87im8qh123.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Andrii Kolomoiets writes: >> command-execute: Wrong type argument: commandp, org-agenda > > Must be fixed in Bug#45259 Yup; I tried it now in the Emacs 27 branch, and it works for me, so I'm closing this bug report. If this is still a problem, please respond to the debbugs address and we'll reopen. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45369 Cc: Simen =?utf-8?Q?Heggest=C3=B8yl?= , 45369@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Andrii Kolomoiets writes: >> command-execute: Wrong type argument: commandp, org-agenda > > Must be fixed in Bug#45259 Yup; I tried it now in the Emacs 27 branch, and it works for me, so I'm closing this bug report. If this is still a problem, please respond to the debbugs address and we'll reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 01:06:46 2020 Received: (at control) by debbugs.gnu.org; 25 Dec 2020 06:06:46 +0000 Received: from localhost ([127.0.0.1]:56589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ksgFR-0000ms-MB for submit@debbugs.gnu.org; Fri, 25 Dec 2020 01:06:45 -0500 Received: from quimby.gnus.org ([95.216.78.240]:35896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ksgFQ-0000me-1G for control@debbugs.gnu.org; Fri, 25 Dec 2020 01:06:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=jVLnL2kaAfI/obUxGVE+EAtK3Ywq2efVIOuKdMDVMA4=; b=cRZmn+qlX3KSMlK74g3ZA81N+O WO1sYfRS7OOPyrx7nbydQGnGJCdc3E3AhbMEh1DNSZ+813I0aPlbipzqnIfR+4pS9ioSe1/+Nx22D 3H0To0v2nKCGYeLTvw6zbMjx6ioaI29rPZ6RlpMhiupzp1PL7Hug/Fm/aupIohTTWbOg=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ksgFI-0007Dv-PQ for control@debbugs.gnu.org; Fri, 25 Dec 2020 07:06:38 +0100 Date: Fri, 25 Dec 2020 07:06:35 +0100 Message-Id: <87h7oah11w.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #45369 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 45369 27.2 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 45369 27.2 quit From unknown Sat Jun 21 10:38:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 22 Jan 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator