Text Body style with intent affects bulleted list style as well
I’m using org-mode export to ODT. Generally working well. But, to meet a journal’s formatting requirements, I had to set the Text Body style to indent the first line. This is in a separate Writer template – I did not change the overall default. Org-mode has instructions on generating this template, including a number of styles specifically for org export.[1]
The Text Body indent is fine.
BUT somehow the OrgBulletedList style is connected to Text Body, and inherits the first-line indent.
-
If I set Text Body to 0.0 first-line indent, then OrgBulletedList shows a hanging indent.
-
If I set it to 0.5" first-line indent, then OrgBulletedList shifts the first line of each bullet point to the right. The bullet is now indented, rather than outdented.
As it is, I cannot have both indented first lines, and hanging bullets. I would like to dissociate OrgBulletedList from Text Body, but I can’t find any interface where to do that. I searched some questions on the web, but it seems rather arcane.
Quite likely, the org-mode team will have to change the way the Org styles are created. But, if I am to give them meaningful feedback on this, then I should understand how the list styles are connected to their parent paragraph styles, and how to change that. So I’m asking here first.
Thanks.
[1] http://orgmode.org/manual/Applying-custom-styles.html#Applying-custom-styles