Hi,
Typographically, isn't what you want here an *en dash*, rather than a
hyphen? When the dash is set off by a space, that is usually the case.
Try:
#+begin_quote
-- this --
#+end_quote
(don't forget to add a space after the last double hyphen, or it will
not be converted)
Cheers,
CM
Hello,
I would like to know how to make some sequence of characters to be
verbatim, ie that special characters lose their special meaning.
For instance in the following quote the first `-' will be interpreted as
a bullet point when exporting to HTML
#+begin_quote
- this -
#+end_quote
So I tri