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
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
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
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