From mboxrd@z Thu Jan 1 00:00:00 1970 From: buybuyxyz@yahoo.co.jp Subject: How can I customize ID names in html? Date: Wed, 19 Jun 2019 11:13:03 +0900 (JST) Message-ID: <771642936.2855157.1560910383621.JavaMail.yahoo@jws704002.mail.kks.yahoo.co.jp> References: <771642936.2855157.1560910383621.JavaMail.yahoo.ref@jws704002.mail.kks.yahoo.co.jp> Reply-To: buybuyxyz@yahoo.co.jp Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2855156_2106223533.1560910383604" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34896) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdQ7E-0002HS-2P for emacs-orgmode@gnu.org; Tue, 18 Jun 2019 22:14:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdQ7C-0005YC-U8 for emacs-orgmode@gnu.org; Tue, 18 Jun 2019 22:14:24 -0400 Received: from ns501-vm7.bullet.mail.kks.yahoo.co.jp ([183.79.57.47]:38304) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1hdQ7B-0005MD-Tw for emacs-orgmode@gnu.org; Tue, 18 Jun 2019 22:14:22 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Emacs-orgmode@gnu.org" ------=_Part_2855156_2106223533.1560910383604 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable How can I customize id names in html? =3D=3D=3D=3D=3D test.org begin#+TITLE: test#+AUTHOR: buybuyxyz#+EMAIL: buyb= uyxyz@yahoo.co.jp#+LANGUAGE: ja#+OPTIONS: toc:t num:t author:t creator:nil = LaTeX:t _:{}=C2=A0#+MACRO: em @$1@ * test1 * test2 =3D=3D=3D=3D=3D test.org end I generate test.html from test.org. I do following command grep id=3D test.html I get following output.

1 test1

2 test2

I would like to generate the prefix of ID names to be xyz instead of org. How can I customize id names (ex.=C2=A0orgccfde4a)? ------=_Part_2855156_2106223533.1560910383604 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
How can I customize id names in html?

=3D=3D=3D= =3D=3D test.org begin
#+TITLE: test
#+AUTHOR: buybuyxyz
#+EMAIL: buybuyxyz@yahoo.co.jp
#+LANGUAGE: ja=
#+OPTION= S: toc:t num:t author:t creator:nil LaTeX:t _:{} 
#+MACRO: em @<font size=3D= +1 color=3Dred>$1@</font>

* test1

* test2

=3D=3D=3D=3D= =3D test.org end


I generate test.html from test.org.



I do= following command

grep id=3D test.html
=
I get following output.

<div id= =3D"content">
<div id=3D"table-of-contents">
&= lt;div id=3D"text-table-of-contents">
<div id=3D"outline-co= ntainer-orgccfde4a" class=3D"outline-2">
<h2 id=3D"orgccfde= 4a"><span class=3D"section-number-2">1</span> test1</h2&g= t;
<div id=3D"outline-container-org4c11d83" class=3D"outline-2= ">
<h2 id=3D"org4c11d83"><span class=3D"section-numbe= r-2">2</span> test2</h2>
<div id=3D"postamble" = class=3D"status">


I would like t= o generate the prefix of ID names to be xyz instead of org.

How can I customize id names (ex. o= rgccfde4a)?

------=_Part_2855156_2106223533.1560910383604--