List Spacing in Org Mode with Enumitem Feb 01, 2023 00:00 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: #+LaTeX_HEADER: \usepackage{enumitem} #+LaTeX_HEADER: \setlist{nosep} If you also don’t want your...