emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: HTML export problem [8.2.3b]


From: Nick Dokos
Subject: Re: [O] Bug: HTML export problem [8.2.3b]
Date: Wed, 13 Nov 2013 18:50:02 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Nishiyama Nobuyuki <address@hidden> writes:

> Dear org-mode team.
>
> Hi
>
> org-mode is gread major mode in my emacs life.
>
> But, If this org-file is export to HTML, an indent will collapse. 
>
> I wish keep indents...
>

I cannot reproduce it: the two code blocks render identically in my
test. What does the resulting HTML file look like?

Nick

Org-mode version 8.2.3a (release_8.2.3a-195-ge4984e @
/home/nick/elisp/org-mode/lisp/)

> Best regards.
>
>
> test.org
>
> * Sample A
>
> #+BEGIN_SRC C++
>
> #include "Eigen/Core"
>
> // Good layout.
> // The indent is maintained. 
> int main() {
>   Eigen::Matrix3i m;
>   m << 1, 2, 3,
>        4, 5, 6,
>        7, 8, 9;
> }
>
> #+END_SRC
>
> * Sample B
>
> #+BEGIN_SRC C++
>
> #include "Eigen/Core"
>
> // Bad layout.
> // The indent has collapsed. 
> int main() {
>   Eigen::Matrix3i m1;
>   m1 << 1, 2, 3,
>         4, 5, 6,
>         7, 8, 9;
> }
>
> #+END_SRC
>




reply via email to

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