From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [Bug] Level 2 text not exported in LaTeX (well in HTML) + some comments Date: Fri, 17 Sep 2010 16:29:43 +0100 Message-ID: <8762y4jsm0.wl%ucecesf@ucl.ac.uk> References: <87ocdzw7gq.wl%n.goaziou@gmail.com> <43BA920D-4EA2-4C51-B941-33A60D097EB3@gmail.com> <87hbi6uprt.fsf@fastmail.fm> <87y6bhajrm.wl%n.goaziou@gmail.com> <87wrr1aexq.wl%n.goaziou@gmail.com> <448D9DB2-71DE-4B9B-BF5B-B575735D794D@yahoo.com> <878w3dlbqy.wl%n.goaziou@gmail.com> <87hbhomsl5.fsf_-_@mundaneum.com> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Fri_Sep_17_16:29:43_2010-1" Return-path: Received: from [140.186.70.92] (port=45536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwfTP-0002nO-1u for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 14:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwfTN-0005ga-SO for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 14:15:46 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:39457) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwfTN-0005gD-No for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 14:15:45 -0400 In-Reply-To: <87hbhomsl5.fsf_-_@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?UTF-8?B?U8OpYmFzdGllbg==?= Vauban Cc: emacs-orgmode@gnu.org --Multipart_Fri_Sep_17_16:29:43_2010-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 17 Sep 2010 15:01:58 +0200, S=C3=A9bastien Vauban wrote: >=20 > Hi Nicolas, >=20 > --8<---------------cut here---------------start------------->8--- > #+TITLE: Problems in LaTeX with nested list levels > #+LANGUAGE: en_US >=20 > * Imaginary example >=20 > We have two steps: >=20 > 1) Ask for it. >=20 > 2) Make it, answering the following questions: >=20 > - Got the docs? > - Signed them? > - Checked it? >=20 > THIS LINE DOES NOT SHOW UP in LaTeX!!! I can confirm this with: : Org-mode version 7.01trans (release_7.01h.514.g878d) : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) : of 2010-08-14 on raven, modified by Debian it appears the nested lists within an item that is to continue makes all remaining text within that item disappear. I actually had this problem three days ago with a very large document in which whole sections disappeared but, as it was 3am, I thought it was me doing something silly. if the line after the nested list is not indented, it appears in the exported file albeit not part of the enumerated list. However, more strange behaviour appears as soon as you have multiple nested lists. Consider this org snippet: --8<---------------cut here---------------start------------->8--- Consider the following list: 1. the first numbered item - the first item - the second - not the fourth followed by some paragraph that is indented which disappears on latex ex= port. - another nested list but this appears in the outer list - as does this! and some more text which does appear. and now something that is not indented. --8<---------------cut here---------------end--------------->8--- this generates: --8<---------------cut here---------------start------------->8--- Consider the following list: \begin{itemize} \item the first numbered item \begin{itemize} \item the first item \item the second \item not the fourth \end{itemize} \item another nested list but this appears in the outer list \item as does this and some more text which does appear. \end{itemize} and now something that is not indented. --8<---------------cut here---------------end--------------->8--- notice that the outer list is itemize and not enumerate. > #+begin_src emacs-lisp > ;; an empty line does not end all plain list levels > (setq org-empty-line-terminates-plain-lists nil) >=20 > ;; default value > (setq org-list-ending-method 'both) > #+end_src I have these same settings. --Multipart_Fri_Sep_17_16:29:43_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Fri_Sep_17_16:29:43_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Fri_Sep_17_16:29:43_2010-1--