François Pinard <[email protected]> writes:
> Emphasis and monospace
> ----------------------
>
> You can make words *bold*, /italic/, _underlined_, `=code=' and
> `~verbatim~', and, if you must, `+strike-through+'. Text in the code
> and verbatim string is not processed for Org mode specific syntax; it
> is exported verbatim.
>
> Is there any functional (or semantic?) difference between =code= and
> ~verbatim~?
For the current LaTeX exporter, Yes.
> Could I use any to avoid escaping problems of the other?
> (A bit like ' versus " in some languages?)
This is =co%de=.
This is ~verb%atim~.
gets exported as
This is \texttt{co\%de}.
This is \verb~verb%atim~.
HTH,
--
Bastien