org-mode-ox-odt
org-mode-ox-odt copied to clipboard
vertical spacing between lines in a list at odt-export
See https://lists.gnu.org/archive/html/emacs-orgmode/2020-08/msg00193.html
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-export.
specifically reduce line spacing of plain lists in OpenDocument Text Exp
See https://lists.gnu.org/archive/html/emacs-orgmode/2020-07/msg00169.html
Dear All,
is there a way to specifically reduce the line spacing of plain lists when exporting to odt? When changing the format of Text Body by the use of an ODT_STYLES_FILE the spacing between list items and paragraphs is changed simultaneously, but I don't know, how to change them independently.
best regards,
Heinz