From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: [RFC] org-agenda: Jump directly to line in case of a timestamp Date: Sun, 08 Oct 2017 08:25:29 +0200 Message-ID: <841smeduli.fsf@gmail.com> References: <84y3onggp3.fsf@gmail.com> <87mv53gfci.fsf@nicolasgoaziou.fr> <84r2uf54fx.fsf@gmail.com> <87a812tja0.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e151u-0002ZG-OP for emacs-orgmode@gnu.org; Sun, 08 Oct 2017 02:25:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e151p-0004Jq-Qh for emacs-orgmode@gnu.org; Sun, 08 Oct 2017 02:25:38 -0400 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:49123) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e151p-0004JL-Jh for emacs-orgmode@gnu.org; Sun, 08 Oct 2017 02:25:33 -0400 Received: by mail-wm0-x235.google.com with SMTP id i124so15120162wmf.3 for ; Sat, 07 Oct 2017 23:25:33 -0700 (PDT) In-Reply-To: <87a812tja0.fsf@fastmail.fm> (Matt Lundin's message of "Sat, 07 Oct 2017 22:23:19 -0500") 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: Matt Lundin Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Matt Lundin writes: >>> Maybe an optional argument could allow one to switch from one behaviour >>> to the other. I have no strong opinion about this, though. >> >> Thanks! >> >> I just found function `org-agenda-switch-to' which is similar to >> `org-agenda-goto' but does not the jump to the headline. >> >> I personally configure this function to be on shift-tab. >> >> (org-defkey org-agenda-mode-map [(backtab)] #'org-agenda-switch-to) > > And, as a bonus, org-agenda-switch-to is bound to RET by default. I've > happily been hitting return since 2008 to jump directly to timestamps. > :) :D Thanks for the enlightenment! Marco