From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francis Moreau Subject: Literal examples and indentation Date: Thu, 01 Jul 2010 11:51:39 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44017 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUGRM-0003W2-1c for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 05:52:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUGR2-00021O-19 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 05:52:00 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:33509) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUGR1-00021E-Sn for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 05:51:55 -0400 Received: by ewy28 with SMTP id 28so827024ewy.0 for ; Thu, 01 Jul 2010 02:51:54 -0700 (PDT) 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: emacs-orgmode@gnu.org Hello, 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 ? Thanks -- Francis