Christian Moe <m...@christianmoe.com> writes: > - You can simplify repeated use with macros. See the manual, section > 11.6. Use the @ notation (section 12.5.3) for literal html tags within > the macros. E.g.:
> #+MACRO: mycolor @<span style="color: black; background-color: > #f4a460">$1@</span> > {{{mycolor(Here I'd like some black text on an orange background.)}}} Hi, Christian, and everybody. Just curious... Would the mere need of the comma in a text ruin the idea? Commas are pretty common, aren't they? Can they be quoted? François P.S. Proper quoting in Org is a bit of a mystery to me. How does one quote one or more = within ='s, or * within *'s, etc.? Backslashes sometimes help, sometimes go through. I never was in control, and whenever I have an unusual need in that area, may feel miserable. :-)