List Spacing in Org Mode with Enumitem
Feb 01, 2023
I like to use the LaTeX package enumitem to eliminate the spacing in lists. To do this globally, add the following to the Org mode headers:
If you also don’t want your lists to be indented, use
These global options can be overridden for individual lists by putting something like this immediately before the list begins:
This will put a space equal to the width of an upper-case “M” between each list item.