emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Code bloc after sublist isn't exported to LaTeX
@ 2009-12-08 12:24 Nicolas Girard
  2009-12-10  8:27 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Girard @ 2009-12-08 12:24 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

the following sample document contains 3 code blocs ; only 2 of them
are properly exported to LaTeX.

#=====
* Section

- A :: alpha

  - Aa

  - Bb

    #+begin_src emacs-lisp
     (message "This works")
    #+end_src

  #+begin_src emacs-lisp
   (message "This doesn't")
  #+end_src

- B :: beta

#+begin_src emacs-lisp
  (message "This works")
#+end_src
#=====

-- 
Nicolas

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

* Re: [BUG] Code bloc after sublist isn't exported to LaTeX
  2009-12-08 12:24 [BUG] Code bloc after sublist isn't exported to LaTeX Nicolas Girard
@ 2009-12-10  8:27 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-12-10  8:27 UTC (permalink / raw)
  To: Nicolas Girard; +Cc: emacs-orgmode

Hi Nicolas,

this is an old problem with the LaTeX list parser - it has come up
here in previous discussions a lot.

You currently cannot have text after a sublist in an itemize tree.

It is high on my list, but a bitch to fix.

- Carsten


On Dec 8, 2009, at 1:24 PM, Nicolas Girard wrote:

> Hi,
>
> the following sample document contains 3 code blocs ; only 2 of them
> are properly exported to LaTeX.
>
> #=====
> * Section
>
> - A :: alpha
>
>  - Aa
>
>  - Bb
>
>    #+begin_src emacs-lisp
>     (message "This works")
>    #+end_src
>
>  #+begin_src emacs-lisp
>   (message "This doesn't")
>  #+end_src
>
> - B :: beta
>
> #+begin_src emacs-lisp
>  (message "This works")
> #+end_src
> #=====
>
> -- 
> Nicolas
>
>
> _______________________________________________
> 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

- Carsten

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

end of thread, other threads:[~2009-12-10  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-08 12:24 [BUG] Code bloc after sublist isn't exported to LaTeX Nicolas Girard
2009-12-10  8:27 ` Carsten Dominik

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