Re: vertical spacing between lines in a list at odt-export

2020-09-06 Thread Heinz Tuechler
Dear Bastien, thank you for you for patience. It is a minor issue, still I try to explain by an example (see below). If the example below is exported to LibreOffice I am happy with all the format, except the vertical spacing between list elements, which results from the vertical space after each

Re: vertical spacing between lines in a list at odt-export

2020-09-05 Thread Bastien
Dear Heinz, Heinz Tuechler writes: > thank you - I know that. The problem seems to be that in the odt-file > all lists, as well as all "normal" text share the same format. In my > German version of LibreOffice it is called "Textkörper". > So, if I modify that format in a ODT_STYLES_FILE it chang

Re: vertical spacing between lines in a list at odt-export

2020-09-05 Thread Heinz Tuechler
Dear Bastien, thank you - I know that. The problem seems to be that in the odt-file all lists, as well as all "normal" text share the same format. In my German version of LibreOffice it is called "Textkörper". So, if I modify that format in a ODT_STYLES_FILE it changes all the "normal" text, not

Re: vertical spacing between lines in a list at odt-export

2020-09-05 Thread Bastien
Hi Heinz, Heinz Tuechler writes: > Modifying it from within LibreOffice would mean to change every list by > hand. You can also create a dedicated ODT style and use it from within your Org file -- see "Applying custom styles: the easy way" in the manual: https://orgmode.org/manual/Applying-cus

Re: vertical spacing between lines in a list at odt-export

2020-09-04 Thread Heinz Tuechler
Dear Bastien, thank you for your answer. It helps to know that it's not possible in a standard way. Modifying it from within LibreOffice would mean to change every list by hand. For now I solve the problem by putting each list in a #+begin_verse ... #+end_verse block. This is not ideal, but at le

Re: vertical spacing between lines in a list at odt-export

2020-09-04 Thread Bastien
Hi Heinz, Heinz Tuechler writes: > is there a way to modify the vertical spacing between lines in a list > when exporting to ODT? No -- but you can modify this from within LibreOffice. HTH, -- Bastien

vertical spacing between lines in a list at odt-export

2020-08-16 Thread Heinz Tuechler
Dear All, is there a way to modify the vertical spacing between lines in a list when exporting to ODT? For PDF-export #+LATEX_HEADER: \usepackage{enumitem} together with #+LATEX_HEADER: \setlist{noitemsep} or #+ATTR_LATEX: :options [noitemsep] work, but I did not find any hint regarding ODT-expor