From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Seems that commit 'e8742b78e0a982a7fca0bf25b4f3551be58660ef' breaks html output Date: Thu, 21 Mar 2013 14:26:26 +0100 Message-ID: <87vc8kzxx9.fsf@bzg.ath.cx> References: <20130321121823.GC31285@smoon> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIfVy-0003BV-0Y for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 09:26:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIfVw-0001HS-N0 for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 09:26:41 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:65351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIfVw-0001HL-H3 for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 09:26:40 -0400 Received: by mail-wi0-f181.google.com with SMTP id hm6so3061203wib.8 for ; Thu, 21 Mar 2013 06:26:39 -0700 (PDT) In-Reply-To: <20130321121823.GC31285@smoon> (Vladimir Lomov's message of "Thu, 21 Mar 2013 21:18:23 +0900") 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: Vladimir Lomov Cc: General discussions about Org-mode Hi Vladimir, Vladimir Lomov writes: > Seems that commit 'e8742b78e0a982a7fca0bf25b4f3551be58660ef' breaks > code blocks output: they are indented with all other text that is > wrong. > > As I understand this is intended, that commit mentions 'org-html-indent' > variable but IMHO it is strange that this option is on by default or > alternatively code works bad with source blocks while exporting. Yes, it should be nil by default, this is now the case, thanks! > Also I see strange extra space at bottom of any source block (pre tag) > but this may be unrelated with that commit. Maybe check the default CSS for this. HTH, -- Bastien