From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: what settings would make original export to pdf as good as pandoc conversion? Date: Sat, 10 Mar 2018 00:05:27 +0000 Message-ID: <87tvtox0ag.fsf@gmail.com> References: <87y3jbara4.fsf@gmail.com> <87h8pxo0xf.fsf@gmail.com> <87fu59u585.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euS11-0008QF-4S for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 19:05:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euS0x-0001p5-55 for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 19:05:35 -0500 Received: from mail-wr0-x232.google.com ([2a00:1450:400c:c0c::232]:34261) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1euS0w-0001ku-Uu for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 19:05:31 -0500 Received: by mail-wr0-x232.google.com with SMTP id o8so10539354wra.1 for ; Fri, 09 Mar 2018 16:05:30 -0800 (PST) In-Reply-To: (Samuel Wales's message of "Fri, 9 Mar 2018 13:26:46 -0700") 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 Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Friday, 9 Mar 2018 at 13:26, Samuel Wales wrote: [...] > 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}"))) No, this won't work. You need to check the documentation for the variable to see the structure that is expected: org-latex-classes is a variable defined in =E2=80=98ox-latex.el=E2=80=99. Its value is shown below. Documentation: Alist of LaTeX classes and associated header and structure. If #+LATEX_CLASS is set in the buffer, use its value and the associated information. Here is the structure of each cell: (class-name header-string (numbered-section . unnumbered-section) ...) (continues) Type C-h v org-latex-classes RET for the full description. The header-string can include those particular indent and skip settings along with other bits. =2D-=20 Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-191-g90607d --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWqMhRwAKCRDIkZPY//z2 facZAJ4gtNYrk3l0atLOjrfbiwdQTBSu8gCdEGn6dsvSOyADDUofNb3liLhvruY= =l7eJ -----END PGP SIGNATURE----- --=-=-=--