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

Org-mode should link correctly info:title #4811

Closed
kcurtet opened this issue Mar 16, 2021 · 1 comment
Closed

Org-mode should link correctly info:title #4811

kcurtet opened this issue Mar 16, 2021 · 1 comment
Labels
invalid Unactionable, unrelated, inappropriate, or a pilot error

Comments

@kcurtet
Copy link
Contributor

kcurtet commented Mar 16, 2021

When I add a link to an org file, in the completion I don't see info: type of link then I type myself the info:elisp link with a description.

What did you expect to happen?
I expect org-mode links me to Emacs Lisp info manual. It's the normal Emacs behavior.

What actually happened?
Org-mode tries to create a new heading in the current file. Maybe I need to load some org module.

Additional details:

  • Link to your private config, if possible
    https://github.com/kcurtet/doom.d

  • Include screenshots/casts of your issue
    captura

  • Replace key sequences in your steps to reproduce, use commands
    C-c C-l org-link

System information:
https://pastebin.com/ucdEYJV9

@hlissner hlissner added the invalid Unactionable, unrelated, inappropriate, or a pilot error label Mar 16, 2021
@hlissner
Copy link
Member

To activate support for info links you need to activate the ol-info org module:

(after! org
  (add-to-list 'org-modules 'ol-info))

Since this is a configuration issue and not a Doom one I will close this, but feel free to follow up here.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid Unactionable, unrelated, inappropriate, or a pilot error
Projects
None yet
Development

No branches or pull requests

2 participants