emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] BUG: Wrong indentation inside src block


From: fm4d
Subject: [O] BUG: Wrong indentation inside src block
Date: Fri, 15 Apr 2016 22:56:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello, I found an indentation bug in the master branch.

Steps to reproduce: 

* Test 1
** Test 2
#+BEGIN_SRC emacs-lisp
  (setq foo 1
           bar 2)
#+END_SRC

Paste this code into org-mode buffer with org-startup-indented turn on
org-indented-mode. You should see the src block missindented like this:

  (setq foo 1
        bar 2)

I've tracked this bug to this commit
http://repo.or.cz/org-mode.git/commit/a311a856514e9245074b02c89d51a9f339784d1c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]