From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Indentation messed up after example block Date: Sun, 6 Jul 2014 14:03:14 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149c5941f21f204fd8a2c43 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3qmS-00046A-0R for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 14:03:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3qmR-0008OS-7n for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 14:03:15 -0400 Received: from mail-vc0-x236.google.com ([2607:f8b0:400c:c03::236]:43889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3qmR-0008OO-2U for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 14:03:15 -0400 Received: by mail-vc0-f182.google.com with SMTP id il7so3164575vcb.27 for ; Sun, 06 Jul 2014 11:03:14 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --089e0149c5941f21f204fd8a2c43 Content-Type: text/plain; charset=UTF-8 Hi list, I just noticed a problem that org-mode indentation gets messed up after "example" block. Here is ECM: #+STARTUP: indent * Level one ** Level two Indentation is right. #+BEGIN_EXAMPLE * Example at level one #+END_EXAMPLE Indentation is wrong. --089e0149c5941f21f204fd8a2c43 Content-Type: text/html; charset=UTF-8
Hi list,

I just noticed a problem that org-mode indentation gets messed up after
"example" block. Here is ECM:

#+STARTUP: indent

* Level one
** Level two
Indentation is right.

#+BEGIN_EXAMPLE
* Example at level one
#+END_EXAMPLE

Indentation is wrong.

--089e0149c5941f21f204fd8a2c43--