Re: How to in-line change html for specific paragraph only

2024-10-18 Thread Laurence von Bottorff
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

How to in-line change html for specific paragraph only

2024-10-18 Thread Laurence von Bottorff
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