Bastien <b...@gnu.org> wrote: > Hi Nick, > > Nick Dokos <nicholas.do...@hp.com> 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! The annoyance is gone. Nick