Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mmarshall540/61601368dbb6143c04aff59060096682 to your computer and use it in GitHub Desktop.
Save mmarshall540/61601368dbb6143c04aff59060096682 to your computer and use it in GitHub Desktop.
Org-mode: Select a heading for link with completion, but use ID property for link heading text as default description
@mmarshall540
Copy link
Author

The `org-outline-path-complete-in-steps' option affects the behavior of
this command. It works best when set to nil.

(There was an Org-mode bug that made selection unusable if the above option was enabled. It will be fixed in Org 9.8, or now if you run the main branch.)

Fixed, it actually works better when enabled (the default), if you are using Emacs's default completion system. If using something like Vertico, it's probably still better to disable the option.

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