emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Literal not working
@ 2012-08-31 14:03 Supriya Sawant
  2012-08-31 14:36 ` Charles Philip Chan
  0 siblings, 1 reply; 2+ messages in thread
From: Supriya Sawant @ 2012-08-31 14:03 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 504 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Literal not working
  2012-08-31 14:03 Literal not working Supriya Sawant
@ 2012-08-31 14:36 ` Charles Philip Chan
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Philip Chan @ 2012-08-31 14:36 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 901 bytes --]

Supriya Sawant <sp.sawant14@gmail.com> writes:

Hi Supriya:

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

What do you mean is not working? What do you see in the resultant html
file? You should see this:

,----
| <pre class="example">*Some* example from a text file.
| </pre>
`----

If you mean that *Some* is not fontified, this is the correct
behaviour. If you want it fontified, you can do this:

,----
| #+BEGIN_SRC org
| ,*Some* example from a text file.
| #+END_SRC
`----

If this post don't help you, please include more details and your
org-mode version.

Cheers,
Charles

-- 
"Even more amazing was the realization that God has Internet access.  I
wonder if He has a full newsfeed?"
(By Matt Welsh)

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-31 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 14:03 Literal not working Supriya Sawant
2012-08-31 14:36 ` Charles Philip Chan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).