[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] question about ODT export behavior
From: |
Rainer Stengele |
Subject: |
Re: [O] question about ODT export behavior |
Date: |
Thu, 14 Jul 2011 08:50:59 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.17) Gecko/20080914 Lightning/0.8 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666 |
Am 13.07.2011 22:15, schrieb Jambunathan K:
> Jambunathan K <address@hidden> writes:
>
>> Rainer Stengele <address@hidden> writes:
>>
>>> Hi,
>>>
>>> having this in an org file:
>>> ----------------------------------
>>> * Test
>>> ** header 2
>>> - item 1
>>> * subitem 11
>>> * subitem 12
>>> - item 2
>>> * subitem 21
>>> * subitem 22
>>> ----------------------------------
>> Could you please post your complete #+OPTIONS line - specifically the
>> `H: ' and `toc: ' option?
> Looking at the code, I believe these options may not be relevant (for
> the odt exporter)
>
> Your org file doesn't use an explicit line break or timestamps. So the
> only scenario under which line breaks can occur is precisely when you
> have actually requested them.
>
> Check this variable or the corresponding OPTIONS directive.
>
>
> ,----[ C-h v org-export-preserve-breaks RET ]
> | org-export-preserve-breaks is a variable defined in `org-exp.el'.
> | Its value is nil
> |
> | Documentation:
> | Non-nil means preserve all line breaks when exporting.
> | Normally, in HTML output paragraphs will be reformatted. In ASCII
> | export, line breaks will always be preserved, regardless of this variable.
> |
> | This option can also be set with the +OPTIONS line, e.g. "\n:t".
> |
> | You can customize this variable.
> |
> | [back]
> `----
>
>
Yes. That was it. After changing
org-export-preserve-breaks
to nil the breaks are gone.
Sorry, I did not know how the exporter works. I did therefore not check the
export options.
Again, thank you for your excellent work!
Bastien, thanks for helping!
Can you give me a hint where I can find some documentation about changing the
styles.xml?
- Rainer
- [O] question about ODT export behavior, Rainer Stengele, 2011/07/13
- Re: [O] question about ODT export behavior, Bastien, 2011/07/13
- Re: [O] question about ODT export behavior, Jambunathan K, 2011/07/13
- Re: [O] question about ODT export behavior, Jambunathan K, 2011/07/13
- Re: [O] question about ODT export behavior,
Rainer Stengele <=
- Re: [O] question about ODT export behavior, Bastien, 2011/07/14
- Re: [O] question about ODT export behavior, Jambunathan K, 2011/07/15
- Re: [O] question about ODT export behavior, Renzo Been, 2011/07/15
- Re: [O] ODT Charset/Encoding issues (was question about ODT export behavior), Jambunathan K, 2011/07/16
- Re: [O] ODT Charset/Encoding issues (was question about ODT export behavior), Renzo Been, 2011/07/17
- Re: [O] ODT Charset/Encoding issues (was question about ODT export behavior), Jambunathan K, 2011/07/17
- Re: [O] ODT Charset/Encoding issues (was question about ODT export behavior), Bastien, 2011/07/18
- [O] [PATCH 1/2] org-odt: Improve customization of org-export-odt-styles-file, Jambunathan K, 2011/07/22
- Re: [O] [PATCH 1/2] org-odt: Improve customization of org-export-odt-styles-file, Bastien, 2011/07/22