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