I am using Emacs 23, but in emacs org-mode literals are not working
eg.
 #+BEGIN_EXAMPLE
*Some* example from a text file.
#+END_EXAMPLE

when I write above in org-mode & if I export it in html using org-export-as-html it gives me output

Some example from a text file.

it seems that <pre> tag is not creating in html file.

can anyone help me out???



Thanks & Regards,
Supriya Pravin Sawant