From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Victor A. Stoichita" Subject: Re: Editting from the agenda view Date: Sat, 23 Nov 2019 09:14:07 +0100 Message-ID: <87o8x3t3g0.fsf@svictor.net> References: <20191122152521.GA26438@om.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38495) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYQan-0006Jc-Em for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 03:16:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYQal-0000dV-1C for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 03:16:33 -0500 Received: from captain.jabatus.com ([109.234.166.18]:39437) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iYQak-0000ba-Dx for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 03:16:30 -0500 In-reply-to: <20191122152521.GA26438@om.localdomain> 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 Le 22 Nov 2019, Sh=C3=A9rab a =C3=A9crit : > When I am in an agenda view, say the weekly view, how can I edit=20 > one of > the listed entries? I may want to do that either because=20 > I notice I have > made a typo that I would like to fix, or because I would like to > re-schedule the entry for another date. To reschedule an entry remotely from the agenda view, you can=20 press S-right (org-agenda-do-date-later) or S-left=20 (org-agenda-do-date-earlier). C-c C-s (org-agenda-schedule) and C-c C-d (org-agenda-deadline)=20 also work without leaving the agenda view. Regards, Victor