Add readme

This commit is contained in:
Yann Esposito (Yogsototh) 2019-07-31 13:10:07 +02:00
parent 76ec29df1e
commit df2334a6be
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 22 additions and 0 deletions

22
README.org Normal file
View File

@ -0,0 +1,22 @@
#+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.