Re: [O] Custom formatting during export

2014-09-03 Thread Thomas S. Dye
Aloha Gabe, Gabe Becker writes: > orgmode developers and power-users, > > I'd like to be able to declare custom entities (apologies if I'm using that > term incorrectly) within the text of an orgmode document which I can > specify custom formatting for when my .org is exported, e.g. to PDF or HT

Re: [O] Custom formatting during export

2014-09-03 Thread Julian Gehring
Hi Gabe, Macro replacements [[http://orgmode.org/manual/Macro-replacement.html]] should be what you are looking for. For example, the macro #+MACRO: pkg $1 would be called by {{{pkg(PkgName)}}} You can also use this to format your input for one or multiple backends #+MACRO: M

Re: [O] Custom formatting during export

2014-09-03 Thread Richard Lawrence
Hi Gabe, Gabe Becker writes: > * section title > > Here is some text, but I want [specialthing: this bit here] to be formatted > differently than [newanddifferent: this other big over here]. > > > Where I would have defined specific custom formatting rules for > "specialthing" and "newanddiffere

Re: [O] Custom formatting during export

2014-09-03 Thread Thorsten Jolitz
Gabe Becker writes: > orgmode developers and power-users, > > I'd like to be able to declare custom entities (apologies if I'm using > that term incorrectly) within the text of an orgmode document which I > can specify custom formatting for when my .org is exported, e.g. to > PDF or HTML. > > I h