emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Literal examples and indentation


From: Juan
Subject: Re: [Orgmode] Literal examples and indentation
Date: Sun, 4 Jul 2010 18:41:07 -0300
User-agent: Mutt/1.5.20 (2009-06-14)

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 ?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]