From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Exporting text Date: Mon, 27 Jan 2014 17:09:02 -0500 Message-ID: <8761p513i9.fsf@alphaville.bos.redhat.com> References: <20140126193122.GA14688@pfdstudio-air.home> <8738kajsqj.fsf@bzg.ath.cx> <20140127150529.GF47919@pdavismbp15.iscinternal.com> <20140127155930.GA97990@pdavismbp15.iscinternal.com> <20140127163103.GB97990@pdavismbp15.iscinternal.com> <87k3dl1hrv.fsf@alphaville.bos.redhat.com> <20140127172837.GC97990@pdavismbp15.iscinternal.com> <87fvo91epu.fsf@alphaville.bos.redhat.com> <20140127213329.GD97990@pdavismbp15.iscinternal.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7uMr-0005ey-OP for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 17:09:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7uMl-00070l-0B for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 17:09:21 -0500 Received: from plane.gmane.org ([80.91.229.3]:59686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7uMk-00070X-Ox for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 17:09:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W7uMk-0004k3-0f for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 23:09:14 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jan 2014 23:09:14 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jan 2014 23:09:14 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Peter Davis writes: > On Mon, Jan 27, 2014 at 01:06:53PM -0500, Nick Dokos wrote: >> >> ...what happens if you replace org-article with just plain boring old >> article? >> > > Yeah, that worked. Unfortunately, though, I didn't get the Times font > I was after. > The fact that it worked however says that the org-article class is the culprit. > Actually, Times was just going to be a stepping stone to what I really > want ... a) sans-serif headings and b) Palatino as the base font. > > I'd welcome any suggestions on how to achieve those. > Why were you using org-article in the first place? Was it supposed to help with the font choices? Bear in mind that I know nothing about org-article. So you have a choice to make: either fix org-article and continue using it or throw it away and find some other way to do what you want. For example, all you have to do to get Times is #+LATEX_HEADER: \usepackage{times} Getting finer control should also be possible using basic latex techniques. Whether that's a "better" way to go is of course debatable: it depends on a lot of variables. Nick