org-auto-id/README.org
Yann Esposito (Yogsototh) df2334a6be
Add readme
2019-07-31 13:10:07 +02:00

22 lines
490 B
Org Mode

#+TITLE: README
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
* org-auto-id
:PROPERTIES:
:CUSTOM_ID: org-auto-id
:END:
This package generate nice CUSTOM_ID when saving an org file.
The format of the id will use the content of the org items.
This is useful to have stable anchor when exporting org file to HTML.
To enable it you should add:
#+begin_src org-mode
#+OPTIONS: auto-id:t
#+end_src
In your org file.
This will generate warning if it detects duplicate CUSTOM_ID.