From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Regressions from 8.2.10 (8.2.10-35-g19a7d6-elpaplus) to master/maint Date: Sun, 25 Oct 2015 18:25:52 +0100 Message-ID: <871tcidfmn.fsf@nicolasgoaziou.fr> References: <87611v2ese.fsf@yin.lan> <87r3kj9ese.fsf@nicolasgoaziou.fr> <8737wz2cgo.fsf@yin.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqP1d-0004RJ-5V for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 13:24:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqP1c-0001Xr-Fq for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 13:24:09 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqP1c-0001Xl-90 for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 13:24:08 -0400 In-Reply-To: <8737wz2cgo.fsf@yin.lan> (Jan Malakhovski's message of "Sun, 25 Oct 2015 15:29:43 +0000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jan Malakhovski Cc: emacs-orgmode@gnu.org Jan Malakhovski writes: > Nicolas Goaziou writes: > >>> * Pressing on an entry in org-agenda-list moves the cursor to the >>> corresponding node. >>> >>> Previously it moved the cursor to the corresponding CLOCK: line and I >>> used that a lot. >> >> According to `org-agenda-goto''s docstring, this doesn't look like >> a feature. Besides, there is a function to jump to the running clock >> already: `org-clock-goto'. > > I mean this sequence: > > * Press `M-x org-agenda-list` > * Press `v l` > (or `v c`) > * Select an entry (interval) > * Press `` > > Previously it opened a window with the cursor on the CLOCK: line of the > corresponding entry (interval), now it jumps to the header of the task > this interval is an element of. Could you provide an ECM with appropriate CLOCK lines? Thank you. Regards,