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 <ndokos@gmail.com> wrote:
Peter Salazar <cycleofsong@gmail.com> 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