Hello,I encounter issues, when exporting nested plain lists below description list items via latex to pdf:
This is the org-mode text: - Some description item :: 1. item 1 2. item 2 This is the pdf outcome: Some description list 1. item 1 2. item 2 But I'd rather like: Some description list :: 1. item 1 2. item 2 Note the missing double colon and the position of "1. item 1". Can I tweak this during export or should I revise my org file? Thanks, Daniel
