From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Latex export - not working - more info.. Date: Thu, 08 Jan 2009 06:42:01 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKuD7-000742-Rc for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:42:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKuD7-00072u-1n for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:42:05 -0500 Received: from [199.232.76.173] (port=43715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKuD7-00072r-03 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:42:05 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:34746) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKuD6-0000kg-Mn for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:42:04 -0500 In-Reply-To: (sergio's message of "Wed\, 07 Jan 2009 20\:52\:56 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: sergio_101 Cc: emacs-orgmode@gnu.org Hi Sergio, The following Makefile settings work for me when installing with Carbon Emacs: ---begin Makefile snippet--- # Name of your emacs binary EMACS=/Applications/Emacs.app/Contents/MacOS/emacs # Where local software is found prefix=/usr/local # Where local lisp files go. lispdir = /Applications/Emacs.app/Contents/Resources/site-lisp # Where info files go. infodir = /Applications/Emacs.app/Contents/Resources/info ---end Makefile snippet--- - Matt sergio_101 writes: > hi, matt... > > can you send me the relevant parts (the top) of your Makefile? > > mine looks like this.. > > # Name of your emacs binary > EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs > # Where local software is found > prefix=/usr/local > > # Where local lisp files go. > lispdir = $(prefix)/share/emacs/site-lisp > > # Where info files go. > infodir = $(prefix)/share/info > > thanks!