From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Editting from the agenda view Date: Fri, 22 Nov 2019 09:07:27 -0800 Message-ID: <87blt3c01c.fsf@ericabrahamsen.net> References: <20191122152521.GA26438@om.localdomain> <20191122163052.GA26985@om.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56739) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYCQI-0005zg-1Y for emacs-orgmode@gnu.org; Fri, 22 Nov 2019 12:08:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYCQD-0004Lh-2L for emacs-orgmode@gnu.org; Fri, 22 Nov 2019 12:08:44 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:37926 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iYCQ6-00046k-7N for emacs-orgmode@gnu.org; Fri, 22 Nov 2019 12:08:35 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iYCP8-000Jbd-4s for emacs-orgmode@gnu.org; Fri, 22 Nov 2019 18:07:34 +0100 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 Shérab writes: > Hi Diego, many thanks for your prompt response! > > Diego Zamboni (2019/11/22 16:55 +0100): >> Hi Shérab, >> >> I usually press Enter on the entry, which takes you to the file from where >> it came, and you can edit it there. > > I tried and it worked, thanks! Does this leave the agenda view and you > then return to it as you enter it the fiirst time, e.g. C-c a a ? > > Is there a way to return to the agenda view exactly where one was when > pressing enter? If you use instead of , the underlying org file will be popped up next to the agenda, instead of replacing it. When you're done editing use `other-window' to get back to the agenda, then "o" to close other windows. Hope that helps, Eric