That appears to work perfectly. Thank you so much! If I have 5 levels of heading, should I do it like this? #+LATEX_HEADER: \setcounter{secnumdepth}{0} #+LATEX_HEADER: \setcounter{tocdepth}{5} On Sun, Sep 8, 2013 at 1:54 AM, Nick Dokos wrote: > Peter Salazar writes: > > > Thank you! That solution is very promising indeed. > > > > I see why it's quick and dirty though - it appears to be generation > > section numbers, but just making the numbers invisible, so that the > > headings are not flush with the left margin: > > http://i.imgur.com/G6drpmf.png > > > > Is there a solution to that, or is that just the way it is? > > > > Here is a cleaner way: > > #+LATEX_HEADER: \setcounter{secnumdepth}{0} > #+LATEX_HEADER: \setcounter{tocdepth}{3} > > -- > Nick > > > >