From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: what settings would make original export to pdf as good as pandoc conversion? Date: Thu, 8 Mar 2018 12:55:53 -0700 Message-ID: References: <87y3jbara4.fsf@gmail.com> <87h8pxo0xf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eu1ds-0001Mh-3q for emacs-orgmode@gnu.org; Thu, 08 Mar 2018 14:55:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eu1dr-0004st-HZ for emacs-orgmode@gnu.org; Thu, 08 Mar 2018 14:55:56 -0500 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]:36813) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eu1dr-0004rg-Cl for emacs-orgmode@gnu.org; Thu, 08 Mar 2018 14:55:55 -0500 Received: by mail-it0-x22d.google.com with SMTP id u5-v6so10209itc.1 for ; Thu, 08 Mar 2018 11:55:55 -0800 (PST) In-Reply-To: <87h8pxo0xf.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Samuel Wales , emacs-orgmode@gnu.org On 3/3/18, Eric S Fraga wrote: > #+latex_header: \setlength{\parindent}{0pt}\setlength{\parskip}{6pt} > > might give you "unbunched" "unindented" paragraphs. thank you. i will try that when i can. are there settings in .emacs that will do the same thing? > A table of contents will probably only be generated if you have not > turned of heading numbering. You can turn this on explicitly by > > #+options: toc:t num:t 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.