emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug in new exporter: source block messes up list hierarchy
@ 2012-11-02 18:43 Hsiu-Khuern Tang
  2012-11-02 20:03 ` Hsiu-Khuern Tang
  0 siblings, 1 reply; 2+ messages in thread
From: Hsiu-Khuern Tang @ 2012-11-02 18:43 UTC (permalink / raw)
  To: emacs-orgmode

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.

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

end of thread, other threads:[~2012-11-02 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-02 18:43 Bug in new exporter: source block messes up list hierarchy Hsiu-Khuern Tang
2012-11-02 20:03 ` Hsiu-Khuern Tang

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