emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: flaviostz@gmail.com (Flávio de Souza)
To: emacs-orgmode@gnu.org
Subject: Latex enumerate item problem
Date: Fri, 06 Feb 2009 22:18:46 -0200	[thread overview]
Message-ID: <87prhvksk9.fsf@gmail.com> (raw)


I think I found a problem when exporting to Latex.

If my org file is like this:

* Blablablbalbala

1) Blablablbalbala 

2) Blablablbalbala 

#+BEGIN_EXAMPLE

sudo apt-get install openoffice.org-java-common

#+END_EXAMPLE

3) Blablablbalbala 

4) Blablablbalbala 

5) Blablablbalbala 

When I export to latex I got two enumerated lists instead of only one. See how the code will look:

\begin{enumerate}
\item Blablablbalbala 
\item Blablablbalbala 
\end{enumerate}

\begin{verbatim}

      sudo apt-get install openoffice.org-java-common

\end{verbatim}


\begin{enumerate}
\item Blablablbalbala 
\item Blablablbalbala 
\item Blablablbalbala 
\end{enumerate}

Then I need to fix it by deleting the \end and \begin that apperead in the wrong lines.

Regards,

-- 
Flávio de Souza
flaviostz@gmail.com

             reply	other threads:[~2009-02-07  0:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-07  0:18 Flávio de Souza [this message]
2009-02-07  1:52 ` Latex enumerate item problem Sebastian Rose
2009-02-07 13:56 ` Carsten Dominik
2009-02-07 15:18   ` Flávio de Souza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prhvksk9.fsf@gmail.com \
    --to=flaviostz@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).