emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: HTML export problem [8.2.3b]
Date: Wed, 13 Nov 2013 18:50:02 -0500	[thread overview]
Message-ID: <8761rvrhed.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: 6EB20FA6-C8D7-4012-8E1D-0BC01E7D5283@target-ent.com

Nishiyama Nobuyuki <nishiyama@target-ent.com> 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	other threads:[~2013-11-13 23:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-13 15:40 Bug: HTML export problem [8.2.3b] Nishiyama Nobuyuki
2013-11-13 23:50 ` Nick Dokos [this message]

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=8761rvrhed.fsf@alphaville.bos.redhat.com \
    --to=ndokos@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).