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: Tue, 26 Nov 2019 15:21:33 +0100 Message-ID: <20191126142133.GA9789@om.localdomain> References: <20191122152521.GA26438@om.localdomain> <87o8x3t3g0.fsf@svictor.net> 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]:48959) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZbj5-0005P1-1K for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 09:22:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZbiz-00028d-UE for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 09:21:58 -0500 Received: from domu-toccata.ens-lyon.fr ([140.77.166.138]:38546 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 1iZbiw-0001y5-1L for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 09:21:52 -0500 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 4BA742013C for ; Tue, 26 Nov 2019 15:21:34 +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 e_KFX901l22T for ; Tue, 26 Nov 2019 15:21:34 +0100 (CET) Received: from om.localdomain (reverse-177-225.fdn.fr [80.67.177.225]) (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 2CBCC2011A for ; Tue, 26 Nov 2019 15:21:34 +0100 (CET) Received: from seb by om.localdomain with local (Exim 4.92) (envelope-from ) id 1iZbif-0002Yb-P8 for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 15:21:33 +0100 Content-Disposition: inline In-Reply-To: <87o8x3t3g0.fsf@svictor.net> 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 Victor, Many thanks for your response and sorry for the delay of mine! Victor A. Stoichita (2019/11/23 09:14 +0100): >=20 > Le 22 Nov 2019, Sh=C3=A9rab a =C3=A9c= rit : > > When I am in an agenda view, say the weekly view, how can I edit one = of > > the listed entries? I may want to do that either because I notice I h= ave > > made a typo that I would like to fix, or because I would like to > > re-schedule the entry for another date. >=20 > To reschedule an entry remotely from the agenda view, you can press S-r= ight > (org-agenda-do-date-later) or S-left (org-agenda-do-date-earlier). I indeed remember having seen these commands! The thing is that I am using emacs in the Linux console where these bindings do not work, so I couldn't try them. Is there a way to bind them to different key bindings? I am asking becuase I assume the bindings you mention are specific to the agenda view and the way to modify them is thus different from ordinary, global bindings. Am I correct? > C-c C-s (org-agenda-schedule) and C-c C-d (org-agenda-deadline) also > work without leaving the agenda view. I shall thy these! Thanks! Best wishes, Sh=C3=A9rab.