emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Hsiu-Khuern Tang <tangoh@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug in new exporter: source block messes up list hierarchy
Date: Fri, 2 Nov 2012 11:43:21 -0700	[thread overview]
Message-ID: <20121102184319.GE21957@localhost> (raw)

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	other threads:[~2012-11-02 18:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-02 18:43 Hsiu-Khuern Tang [this message]
2012-11-02 20:03 ` Bug in new exporter: source block messes up list hierarchy Hsiu-Khuern Tang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121102184319.GE21957@localhost \
    --to=tangoh@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).