From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Annoying behavior of RET after a timestamp Date: Tue, 29 May 2012 13:24:20 -0400 Message-ID: <7321.1338312260@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZQ9l-0004zZ-OY for emacs-orgmode@gnu.org; Tue, 29 May 2012 13:24:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZQ9h-0007yK-5x for emacs-orgmode@gnu.org; Tue, 29 May 2012 13:24:29 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:19496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZQ9h-0007xq-0g for emacs-orgmode@gnu.org; Tue, 29 May 2012 13:24:25 -0400 Received: from g1t0038.austin.hp.com (g1t0038.austin.hp.com [16.236.32.44]) by g1t0027.austin.hp.com (Postfix) with ESMTP id 0140538122 for ; Tue, 29 May 2012 17:24:22 +0000 (UTC) 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: emacs-orgmode@gnu.org Cc: nicholas.dokos@hp.com 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. Can org-at-timestamp-p be taught the "correct" semantics? Or is this going to break something else? Thanks, Nick