From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Sh=C3=A9rab?= Subject: Re: Editting from the agenda view Date: Mon, 2 Dec 2019 08:58:42 +0100 Message-ID: <20191202075842.GB1733@om.localdomain> References: <20191122152521.GA26438@om.localdomain> <87o8x3t3g0.fsf@svictor.net> <20191126142133.GA9789@om.localdomain> <87o8wy6nat.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43594) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibjsF-0002lu-9T for emacs-orgmode@gnu.org; Mon, 02 Dec 2019 06:28:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibjs9-0000fE-Ik for emacs-orgmode@gnu.org; Mon, 02 Dec 2019 06:28:11 -0500 Received: from domu-toccata.ens-lyon.fr ([140.77.166.138]:55314 helo=sonata.ens-lyon.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ibjs7-0000dz-Kk for emacs-orgmode@gnu.org; Mon, 02 Dec 2019 06:28:09 -0500 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 1A0E9200F9 for ; Mon, 2 Dec 2019 12:28:04 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nn7rQCcIxg8l for ; Mon, 2 Dec 2019 12:28:04 +0100 (CET) Received: from om.localdomain (95-141-127-86.net.unimedia.fr [95.141.127.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id ED273200F4 for ; Mon, 2 Dec 2019 12:28:03 +0100 (CET) Received: from seb by om.localdomain with local (Exim 4.92) (envelope-from ) id 1ibgbS-0000TP-70 for emacs-orgmode@gnu.org; Mon, 02 Dec 2019 08:58:42 +0100 Content-Disposition: inline In-Reply-To: <87o8wy6nat.fsf@gmail.com> 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 Dear Sebastian, Many thanks for your helpful message.=20 Sebastian Miele (2019/11/27 02:55 +0000): > After opening the agenda, inspection of the buffer-local variable > major-mode (e.g. by C-h v) reveals that the major mode in the agenda > buffer is org-agenda-mode. A search for a variable containing > "org-agenda", and "map" reveals that most probably org-agenda-mode-map > is the keymap used there. It follows the usual naming scheme for major > mode maps. >=20 > After (require 'org-agenda) it will be possible to (define-key > org-agenda-mode-map KEY BINDING) in an init file. Thank you so much for also having taken the time to explain how you found it, that's very helpful! Best wishes, Sh=C3=A9rab.