Just solved it with this in the org-mode file
@@html:@@my text here@@html:@@
after adding this to css file
p.myindent {
text-indent: 0em;
}
On Fri, Oct 18, 2024 at 10:52 AM Laurence von Bottorff
wrote:
> I would like to temporarily suspend a CSS rule on an org-mode export to
> html. I h
I would like to temporarily suspend a CSS rule on an org-mode export to
html. I have various CSS things going on in my export settings. Finally,
I'm overruling the basic html export behavior with this
#+HTML_HEAD: p { margin-top: 0px; margin-bottom: 0px; text-indent:
2em; }
which is specific to