[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Annoying behavior of RET after a timestamp
From: |
Nick Dokos |
Subject: |
Re: [O] Annoying behavior of RET after a timestamp |
Date: |
Fri, 01 Jun 2012 11:41:12 -0400 |
Bastien <address@hidden> wrote:
> Hi Nick,
>
> Nick Dokos <address@hidden> 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