emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug in new exporter: source block messes up list hierarchy


From: Hsiu-Khuern Tang
Subject: [O] Bug in new exporter: source block messes up list hierarchy
Date: Fri, 2 Nov 2012 11:43:21 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Hi all,

Under the new exporter, if I export this to ascii:

------------------------------
#+TITLE: 
#+AUTHOR: 
#+OPTIONS:   toc:nil

* A

  1. this

     1. something

        #+begin_src r
          a <- 1
        #+end_src

     2. other
------------------------------


I get

------------------------------
1 A
===

  1. this

     1. something

  ,----
  | a <- 1
  `----

  1. other
------------------------------


Org seems to think that the source block does not belong to the inner or outer 
list.

Strangely enough, I don't get this problem in either of these cases:

- if the source block is in the outer list
- if I use an example block instead of a source block

Thanks!

-- 
Best,
Hsiu-Khuern.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]