From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MG3LD4SeU1/ocQAA0tVLHw (envelope-from ) for ; Sat, 05 Sep 2020 14:19:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id qMKTC4SeU1/RIAAAbx9fmQ (envelope-from ) for ; Sat, 05 Sep 2020 14:19:48 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BE9269403CB for ; Sat, 5 Sep 2020 14:19:47 +0000 (UTC) Received: from localhost ([::1]:53324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEZ2g-0007Y6-Pe for larch@yhetil.org; Sat, 05 Sep 2020 10:19:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEZ2O-0007Xz-Eg for emacs-orgmode@gnu.org; Sat, 05 Sep 2020 10:19:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34677) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEZ2N-0003Eg-RY; Sat, 05 Sep 2020 10:19:27 -0400 Received: from [2a01:e35:2fe1:f780:68c6:8f4c:dae1:2381] (port=41012 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kEZ2N-0001jv-I9; Sat, 05 Sep 2020 10:19:27 -0400 Received: by guerry (Postfix, from userid 1000) id 722411A60D5D; Sat, 5 Sep 2020 16:19:25 +0200 (CEST) From: Bastien To: Heinz Tuechler Subject: Re: vertical spacing between lines in a list at odt-export Organization: GNU References: <364c8fd9-346a-e915-0bbb-2ffa93f952fd@gmx.at> <87sgbxoo3n.fsf@gnu.org> <87tuwc3a15.fsf@gnu.org> Date: Sat, 05 Sep 2020 16:19:25 +0200 In-Reply-To: (Heinz Tuechler's message of "Sat, 5 Sep 2020 12:45:30 +0200") Message-ID: <87imcsgvbm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: OqRwA8tnHBZx 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=C3=B6rper". > So, if I modify that format in a ODT_STYLES_FILE it changes all the > "normal" text, not only the lists. > If I were able to assign a different format to lists, then your proposal > would be the optimal solution. Until now I did not find out, how to > assign such a different format to lists. Perhaps you can send a feature request to the LibreOffice team? > Why do I use lists at all? It is, because they offer a hierarchical way > of description, but, contrary to headings and subheadings, after the end > of a list, you jump to the same level as before the list. Instead with > headings and subheadings I think, I can go back to the level at the > beginning only by inserting a new (sub)heading of the desired level. > Maybe I am missing some alternative. Perhaps try M-RET in a heading or explore `org-adapt-indentation' (I'm not sure I completely grok your need, hence the suggestions.) Best, --=20 Bastien