Skip to content
#

org-mode

Here are 835 public repositories matching this topic...

munen
munen commented Jul 7, 2022

Org mode syntax allows for links to CUSTOM_ID like so:

* TODO CR: Ability to link to CUSTOM_ID headers
:PROPERTIES:
:CUSTOM_ID: demo_link
:END:

* Unrelated stuff

This links to the [[#demo_link][change request]].

One option would be to use native JS with elem.scrollIntoView().

enhancement good first issue

Improve this page

Add a description, image, and links to the org-mode topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the org-mode topic, visit your repo's landing page and select "manage topics."

Learn more