emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Verbatim export


From: Bernt Hansen
Subject: [Orgmode] Re: Verbatim export
Date: Thu, 08 Jul 2010 16:42:43 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Vincent Belaïche <address@hidden> writes:

> 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 tried this:
>
> #+begin_quote
>   ~-~ this -
> #+end_quote
>
> but then the first `-' is not in the same font as the second one, it
> looks exaclty the same as if I had used the code =xxx= font
> specfication.
>
>
> I also tried this:
>
> #+begin_quote
>   \- this -
> #+end_quote
>
> I does not work (the first dash is not exported at all).
>
> The same problem is for `[0]', how can you get this string not to be
> interpreted as a footnote reference.
>
> It should be possible to make the following type of things:
>
> #+begin_verbatim
>    [0]
> #+end_verbatim


#+begin_example
  - this -
#+end_example

  : - this one too
  : - and that one - 


HTH,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]