Re: [Orgmode] Literal examples and indentation

2010-07-06 Thread Francis Moreau
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: > >   (lambda (l) (concat "  " 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

Re: [Orgmode] Literal examples and indentation

2010-07-04 Thread Juan
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 a

Re: [Orgmode] Literal examples and indentation

2010-07-02 Thread Francis Moreau
Hello, On Thu, Jul 1, 2010 at 7:51 PM, Juan wrote: > > How are you 'rendering'? To HTML, PDF, ASCII? > To ASCII -- Francis ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/

Re: [Orgmode] Literal examples and indentation

2010-07-01 Thread Juan
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 ren

[Orgmode] Literal examples and indentation

2010-07-01 Thread Francis Moreau
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 ___ E