When I do an export to latex from org mode lists are treated as follows:
a list item that has text has a newline (\\ in the tex file) at the end of that item if there is any text for that item. If there is no text (an empty list item) that item does not end in "\\". This makes the list rather unbalanced when compiled to pdf. I have used \setlist to adjust spacings but the fact remains that the newline is there. I have also tried \n: nil but that has not changed anything which makes me suspect that that option is not effective for lines in lists. I have redefined org-latex-item and that solves the problem but I don't really like redefining stock functions. Does anyone know of a more "correct" way to resolve this particular problem?
emacs -Q?