From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Subject: Re: Literal examples and indentation Date: Sun, 4 Jul 2010 18:41:07 -0300 Message-ID: <20100704214107.GD5569@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=58656 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVWw7-0001ck-QA for emacs-orgmode@gnu.org; Sun, 04 Jul 2010 17:41:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVWw6-00028R-M8 for emacs-orgmode@gnu.org; Sun, 04 Jul 2010 17:41:15 -0400 Received: from cpoproxy1-pub.bluehost.com ([69.89.21.11]:40459) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OVWw6-00028H-CM for emacs-orgmode@gnu.org; Sun, 04 Jul 2010 17:41:14 -0400 Content-Disposition: inline In-Reply-To: <20100701175155.GB5569@soloJazz.com> 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 For ASCII export, the 2 leading spaces are hard-coded in org-ex.el line 2292: (lambda (l) (concat " " l)) You'll need to tinker inside the code in order to change the indentation. Regards, .j. On Fri, Jul 02, 2010 at 11:22:47PM +0200, Francis Moreau wrote: > To ASCII On Thu, Jul 01, 2010 at 02:51:55PM -0300, Juan wrote: > How are you 'rendering'? To HTML, PDF, ASCII? > > 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 ?