From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Annoying behavior of RET after a timestamp Date: Fri, 01 Jun 2012 15:55:44 +0200 Message-ID: <87y5o7dtlr.fsf@gnu.org> References: <7321.1338312260@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaSJb-00015w-M4 for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 09:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaSJV-0007TC-DB for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 09:54:55 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:28309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaSJV-0007T6-71 for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 09:54:49 -0400 In-Reply-To: <7321.1338312260@alphaville> (Nick Dokos's message of "Tue, 29 May 2012 13:24:20 -0400") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Hi Nick, Nick Dokos writes: > There was a recent commit 8c91f690a561113eee0d16cdb6e8afc6bcae2089 to > follow a time stamp as a link. I have no problem with that but the code > uses the org-at-timestamp-p function, which (perversely IMO) thinks that > I am in a timestamp even when I'm right *after* the closing bracket; so > pressing RET after inserting a time stamp follows the link, instead of > inserting a newline. Since I do that fairly often, I find the behavior > annoying. I agree this can be annoying. The behavior is now to insert a new line when the point is right after the timestamp. Thanks! -- Bastien