From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Subject: Re: Literal examples and indentation Date: Thu, 1 Jul 2010 14:51:55 -0300 Message-ID: <20100701175155.GB5569@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=36529 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUNvt-00080i-MM for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 13:52:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUNve-0007Pw-N1 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 13:52:17 -0400 Received: from cpoproxy2-pub.bluehost.com ([67.222.39.38]:35289) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OUNve-0007Ph-BT for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 13:52:02 -0400 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Francis Moreau Cc: emacs-orgmode@gnu.org Francis, How are you 'rendering'? To HTML, PDF, ASCII? Regards, .j. On Thu, Jul 01, 2010 at 11:51:39AM +0200, Francis Moreau wrote: > When I include literate example like this: > > #+BEGIN_EXAMPLE > Some example from a text file. > #+END_EXAMPLE > > The example is indented with 2 spaces when rendered. > Is there any ways to customise the size of the indentation ?