Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link navigation and maybe even Org todo cycling #200

Open
PhilHudson opened this issue Oct 14, 2021 · 1 comment
Open

Add link navigation and maybe even Org todo cycling #200

PhilHudson opened this issue Oct 14, 2021 · 1 comment

Comments

@PhilHudson
Copy link

Please consider adding one or both of the following subcommands:

  • 'g' for 'link-hint-goto-link'
    This will move point to the first character of the link

  • 't' for 'link-hint-cycle-todo-state-of-headline-containing-link' (org{-agenda}-mode only)
    This will move point to the first character of the link and invoke org{-agenda}-todo. This is the real reason I wanted 'g' above; I thought I should ask for it as a 'stretch' goal.

I suppose we could also do with 'e' for 'link-hint-edit-link', but that might be tough to generalize to all the different supported link types.

@noctuid
Copy link
Owner

noctuid commented Oct 17, 2021

#39 should at least be partially implemented to make this easier to do (e.g. link-hint-define-action to add default implementation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants