How can I customize id names in html? ===== test.org begin#+TITLE: test#+AUTHOR: buybuyxyz#+EMAIL: buybuy...@yahoo.co.jp#+LANGUAGE: ja#+OPTIONS: toc:t num:t author:t creator:nil LaTeX:t _:{} #+MACRO: em @<font size=+1 color=red>$1@</font> * test1 * test2 ===== test.org end
I generate test.html from test.org. I do following command grep id= test.html I get following output. <div id="content"><div id="table-of-contents"><div id="text-table-of-contents"><div id="outline-container-orgccfde4a" class="outline-2"><h2 id="orgccfde4a"><span class="section-number-2">1</span> test1</h2><div id="outline-container-org4c11d83" class="outline-2"><h2 id="org4c11d83"><span class="section-number-2">2</span> test2</h2><div id="postamble" class="status"> I would like to generate the prefix of ID names to be xyz instead of org. How can I customize id names (ex. orgccfde4a)?