Re: [BUG] org-mouse.el breaks org-open-at-point

2022-12-14 Thread Ihor Radchenko
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 > -

Re: [BUG] org-mouse.el breaks org-open-at-point

2022-12-13 Thread Matt Lundin
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

Re: [BUG] org-mouse.el breaks org-open-at-point

2022-12-11 Thread Ihor Radchenko
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

[BUG] org-mouse.el breaks org-open-at-point

2022-12-10 Thread Matt Lundin
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