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: Fri, 9 Mar 2018 17:30:30 -0700 Message-ID: References: <87y3jbara4.fsf@gmail.com> <87h8pxo0xf.fsf@gmail.com> <87fu59u585.fsf@gmail.com> <87tvtox0ag.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]:35236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euSPB-0007ss-KR for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 19:30:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euSPA-0007B0-Pb for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 19:30:33 -0500 Received: from mail-io0-x22c.google.com ([2607:f8b0:4001:c06::22c]:46612) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1euSPA-0007Aw-Jm for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 19:30:32 -0500 Received: by mail-io0-x22c.google.com with SMTP id p78so5384062iod.13 for ; Fri, 09 Mar 2018 16:30:32 -0800 (PST) In-Reply-To: <87tvtox0ag.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/9/18, Eric S Fraga wrote: > 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. i consulted the docstring and the manual. the description was greek to me and there was no reference to qa term you used afaict. but i figured out that article is the default and now know that you want me to change header-string in that. so i did this: (with-eval-after-load 'org-latex (setf (second (assoc "article" org-latex-classes)) ;; non-idempotent is undesirable (concat "\\setlength{\\parindent}{0pt}\\setlength{\\parskip}{6pt}" ;; repeating this form is undesirable (second (assoc "article" org-latex-classes))))) which seems to set the variable correctly but has no effect. it's ok to drop this. i am limited in computer use and cannot sustain more debugging cycles. thanks for your help.