From df2334a6be9d42378d96fefc7b2a02486e8e14a8 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 31 Jul 2019 13:10:07 +0200 Subject: [PATCH] Add readme --- README.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..90e7aa5 --- /dev/null +++ b/README.org @@ -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.