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

2012-11-02 Thread Hsiu-Khuern Tang
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.



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

2012-11-02 Thread Hsiu-Khuern Tang
Please ignore this, the problem does not occur using the latest git source.

-- 
Best,
Hsiu-Khuern.