emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked
@ 2016-05-30 12:42 Martin Beck
  2016-05-30 15:11 ` [BUG] " Matt Lundin
  2016-05-30 17:27 ` Philip Hudson
  0 siblings, 2 replies; 7+ messages in thread
From: Martin Beck @ 2016-05-30 12:42 UTC (permalink / raw)
  To: emacs orgmode-mailinglist

[-- Attachment #1: Type: text/html, Size: 1234 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked
  2016-05-30 12:42 org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked Martin Beck
@ 2016-05-30 15:11 ` Matt Lundin
  2016-05-31  1:39   ` Eric Abrahamsen
  2016-05-31 22:28   ` Nicolas Goaziou
  2016-05-30 17:27 ` Philip Hudson
  1 sibling, 2 replies; 7+ messages in thread
From: Matt Lundin @ 2016-05-30 15:11 UTC (permalink / raw)
  To: Martin Beck; +Cc: emacs orgmode-mailinglist

"Martin Beck" <Elwood151@web.de> writes:

> I recently upgraded from org-mode 8.2.x to org-mode 8.3.4 and
> all-in-all, it worked really great without too many side effects.
> Thanks to all of you who contributed and made it such a robust
> upgrade. :-)
>  
> However,  there is one change that is annoying for me every time I
> want to enter a linebreak after a Link, URL or timestamp:
>  
> When I move the cursor after a Link, URL or timestamp and hit return,
> it follows the link and opens the URL or jumps to the date of the
> timestamp in an agenda view.
> I can change that by first entering a space after the link, but I
> often forget that and it's not a really robust workaround for me.
>  
> So I wonder how/when this change happened and if I maybe can get the
> old behavior back?
>  

This bug was fixed on October 31, 2015 with the following commit:

a87c34cb8d58e7019c8d081c02bbac9e93cef8ab

Unfortunately, that commit must have been applied only to the master
branch, as it is not present in the maint branch and thus was not
released as part of org-mode 8.3.4. I'm not sure why that commit was
never merged into maint. I'm flagging this as a bug to ensure that it is
merged.

I think the only solution at the moment would be to upgrade to a more
recent development version either by checkout org out through git or
using elpa:

http://orgmode.org/elpa.html

Matt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked
  2016-05-30 12:42 org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked Martin Beck
  2016-05-30 15:11 ` [BUG] " Matt Lundin
@ 2016-05-30 17:27 ` Philip Hudson
  1 sibling, 0 replies; 7+ messages in thread
From: Philip Hudson @ 2016-05-30 17:27 UTC (permalink / raw)
  To: Martin Beck; +Cc: emacs orgmode-mailinglist

On 30 May 2016 at 13:42, Martin Beck <Elwood151@web.de> wrote:
> I can change that by first entering a space after the link, but I often
> forget that and it's not a really robust workaround for me.

My workaround is C-o C-f (open-line, forward-char).


-- 
Phil Hudson                   http://hudson-it.ddns.net
@UWascalWabbit                 PGP/GnuPG ID: 0x887DCA63

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked
  2016-05-30 15:11 ` [BUG] " Matt Lundin
@ 2016-05-31  1:39   ` Eric Abrahamsen
  2016-05-31  3:10     ` Matt Lundin
  2016-05-31 22:28   ` Nicolas Goaziou
  1 sibling, 1 reply; 7+ messages in thread
From: Eric Abrahamsen @ 2016-05-31  1:39 UTC (permalink / raw)
  To: emacs-orgmode

Matt Lundin <mdl@imapmail.org> writes:

> "Martin Beck" <Elwood151@web.de> writes:
>
>> I recently upgraded from org-mode 8.2.x to org-mode 8.3.4 and
>> all-in-all, it worked really great without too many side effects.
>> Thanks to all of you who contributed and made it such a robust
>> upgrade. :-)
>>  
>> However,  there is one change that is annoying for me every time I
>> want to enter a linebreak after a Link, URL or timestamp:
>>  
>> When I move the cursor after a Link, URL or timestamp and hit return,
>> it follows the link and opens the URL or jumps to the date of the
>> timestamp in an agenda view.
>> I can change that by first entering a space after the link, but I
>> often forget that and it's not a really robust workaround for me.
>>  
>> So I wonder how/when this change happened and if I maybe can get the
>> old behavior back?
>>  
>
> This bug was fixed on October 31, 2015 with the following commit:
>
> a87c34cb8d58e7019c8d081c02bbac9e93cef8ab
>
> Unfortunately, that commit must have been applied only to the master
> branch, as it is not present in the maint branch and thus was not
> released as part of org-mode 8.3.4. I'm not sure why that commit was
> never merged into maint. I'm flagging this as a bug to ensure that it is
> merged.
>
> I think the only solution at the moment would be to upgrade to a more
> recent development version either by checkout org out through git or
> using elpa:
>
> http://orgmode.org/elpa.html

I'm using org-plus-contrib from elpa, and still see this bug...

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked
  2016-05-31  1:39   ` Eric Abrahamsen
@ 2016-05-31  3:10     ` Matt Lundin
  2016-05-31  4:10       ` Eric Abrahamsen
  0 siblings, 1 reply; 7+ messages in thread
From: Matt Lundin @ 2016-05-31  3:10 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-orgmode

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

>> This bug was fixed on October 31, 2015 with the following commit:
>>
>> a87c34cb8d58e7019c8d081c02bbac9e93cef8ab
>>
>> Unfortunately, that commit must have been applied only to the master
>> branch, as it is not present in the maint branch and thus was not
>> released as part of org-mode 8.3.4. I'm not sure why that commit was
>> never merged into maint. I'm flagging this as a bug to ensure that it is
>> merged.
>>
>> I think the only solution at the moment would be to upgrade to a more
>> recent development version either by checkout org out through git or
>> using elpa:
>>
>> http://orgmode.org/elpa.html
>
> I'm using org-plus-contrib from elpa, and still see this bug...

You are right; I spoke too soon. ELPA packages are based on the maint
branch, so installing from ELPA won't help. Until this bug fix makes its
way to maint, the only solution is to use the org repo or to patch the
ELPA download manually.

Matt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked
  2016-05-31  3:10     ` Matt Lundin
@ 2016-05-31  4:10       ` Eric Abrahamsen
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Abrahamsen @ 2016-05-31  4:10 UTC (permalink / raw)
  To: emacs-orgmode

Matt Lundin <mdl@imapmail.org> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>>> This bug was fixed on October 31, 2015 with the following commit:
>>>
>>> a87c34cb8d58e7019c8d081c02bbac9e93cef8ab
>>>
>>> Unfortunately, that commit must have been applied only to the master
>>> branch, as it is not present in the maint branch and thus was not
>>> released as part of org-mode 8.3.4. I'm not sure why that commit was
>>> never merged into maint. I'm flagging this as a bug to ensure that it is
>>> merged.
>>>
>>> I think the only solution at the moment would be to upgrade to a more
>>> recent development version either by checkout org out through git or
>>> using elpa:
>>>
>>> http://orgmode.org/elpa.html
>>
>> I'm using org-plus-contrib from elpa, and still see this bug...
>
> You are right; I spoke too soon. ELPA packages are based on the maint
> branch, so installing from ELPA won't help. Until this bug fix makes its
> way to maint, the only solution is to use the org repo or to patch the
> ELPA download manually.

No big deal! It's mildly annoying, but knowing the fix is on the way is
enough.

Thanks,
Eric

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked
  2016-05-30 15:11 ` [BUG] " Matt Lundin
  2016-05-31  1:39   ` Eric Abrahamsen
@ 2016-05-31 22:28   ` Nicolas Goaziou
  1 sibling, 0 replies; 7+ messages in thread
From: Nicolas Goaziou @ 2016-05-31 22:28 UTC (permalink / raw)
  To: Matt Lundin; +Cc: Martin Beck, emacs orgmode-mailinglist

Hello,

Matt Lundin <mdl@imapmail.org> writes:

> Unfortunately, that commit must have been applied only to the master
> branch, as it is not present in the maint branch and thus was not
> released as part of org-mode 8.3.4. I'm not sure why that commit was
> never merged into maint. I'm flagging this as a bug to ensure that it is
> merged.

I don't remember the details. It probably introduces some subtle
user-visible changes. In any case, I'll cherry-picked it into master.
We'll see.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-31 22:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-30 12:42 org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked Martin Beck
2016-05-30 15:11 ` [BUG] " Matt Lundin
2016-05-31  1:39   ` Eric Abrahamsen
2016-05-31  3:10     ` Matt Lundin
2016-05-31  4:10       ` Eric Abrahamsen
2016-05-31 22:28   ` Nicolas Goaziou
2016-05-30 17:27 ` Philip Hudson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).