From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francis Moreau Subject: Re: Literal examples and indentation Date: Tue, 6 Jul 2010 13:46:08 +0200 Message-ID: References: <20100701175155.GB5569@soloJazz.com> <20100704214107.GD5569@soloJazz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36700 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OW6bP-0006B9-SN for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 07:46:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OW6bL-00082k-2u for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 07:46:15 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:37882) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OW6bL-000826-0U for emacs-orgmode@gnu.org; Tue, 06 Jul 2010 07:46:11 -0400 Received: by gyf1 with SMTP id 1so3812573gyf.0 for ; Tue, 06 Jul 2010 04:46:09 -0700 (PDT) In-Reply-To: <20100704214107.GD5569@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: Juan Cc: emacs-orgmode@gnu.org On Sun, Jul 4, 2010 at 11:41 PM, Juan wrote: > For ASCII export, the 2 leading spaces are hard-coded in org-ex.el > line 2292: > > =A0 (lambda (l) (concat " =A0" l)) > > You'll need to tinker inside the code in order to change the > indentation. Ok, so the answer of my initial question is no. That's a bit sad because, IMHO, this could a little be smarter than this. For example if the line to indent is an empty one, then don't insert indentation, or if the text is already indented then indent with respect of the current indentation, etc... Bye, --=20 Francis