emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] How can I customize ID names in html?


From: buybuyxyz
Subject: [O] How can I customize ID names in html?
Date: Wed, 19 Jun 2019 11:13:03 +0900 (JST)

How can I customize id names in html?

===== test.org begin
#+TITLE: test
#+AUTHOR: buybuyxyz
#+EMAIL: address@hidden
#+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)?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]