On 3/8/18, Eric S Fraga <esfli...@gmail.com> wrote: > On Thursday, 8 Mar 2018 at 12:55, Samuel Wales wrote: >> On 3/3/18, Eric S Fraga <esfli...@gmail.com> wrote: >>> #+latex_header: \setlength{\parindent}{0pt}\setlength{\parskip}{6pt}
>> are there settings in .emacs that will do the same thing? > > Yes, you can put such commands in the definition of the org-latex > class. Check org-latex-classes. just feedback on the manual and the docstring, but i found nothing about an org-latex class. perhaps i wasn't supposed to? in my latex ignorance i think a class is probably like article, etc. maybe org-latex is a generic thing that gets put in front of article or something. in any case, greek to me. this was my best guess. (with-eval-after-load (add-to-list org-latex-classes '("org-latex" "\setlength{\parindent}{0pt}\setlength{\parskip}{6pt}"))) this isn't critical enough for me to pursue it further as i can use html export and then pandoc, but maybe the doc could say what org-latex class is. >>> A table of contents will probably only be generated if you have not >>> turned of heading numbering. this is interesting. i wonder why. >> interesting. i have 2 tables of contents for the same document. [1 >> level at front and complete at end.] i have num:t in properties >> drawer. >> >> in html, both export. in pdf, only the first exports. > > Cannot help here. Sorry. ok. :]. thanks.