Matt Lundin writes:
>> Patches welcome!
>>
>> I think we need to modify `org-open-at-mouse' directly instead of
>> using advice.
>
> I can give this a try.
>
> The advice in org-mouse.el currently does the following:
>
> - cycles when on headline
> - toggles checkbox when on checkbox
> - cycle
Ihor Radchenko writes:
> Matt Lundin writes:
>> - What currently happens if org-mouse has been loaded:
>>
>> - calling "C-c C-o" with the keyboard cycles the visibility of the
>> entry
> Patches welcome!
>
> I think we need to modify `org-open-at-mouse' directly instead of
> using advice
Matt Lundin writes:
> - Expected behavior
>
> - calling org-open-at-point with the keyboard "C-c C-o" should produce
> a list of links in the entry as advertised in the docstring ("When
> point is on a headline, display a list of every link in the entry,
> so it is possible to pick
The org-mouse feature advises org-open-at-point in a way that overrides
the desired behavior of calling "M-x org-open-at-point" on a headline.
See the advice function org--mouse-open-at-point. It seems the intended
behavior of this advice is to allow the user to click on headline stars
and cycle t