From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: batch exporting Date: Mon, 21 Dec 2009 12:10:51 -0500 Message-ID: <23834.1261415451@gamaville.dokosmarshall.org> References: <19518.1261336145@gamaville.dokosmarshall.org> <24751328-FAA8-44CF-896B-BC2552DB9132@gmail.com> <23292.1261405508@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMloO-0007fx-Ed for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 12:12:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMloI-0007dB-Oq for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 12:12:47 -0500 Received: from [199.232.76.173] (port=46979 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMloI-0007d2-Hy for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 12:12:42 -0500 Received: from vms173011pub.verizon.net ([206.46.173.11]:51496) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NMloH-0000Jh-5M for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 12:12:42 -0500 Received: from gamaville.dokosmarshall.org ([173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KV000LYAIE5CWJ9@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 11:10:58 -0600 (CST) In-reply-to: Message from andrea of "Mon, 21 Dec 2009 15:51:53 +0100." 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: andrea Cc: emacs-orgmode@gnu.org andrea wrote: > Nick Dokos writes: > > > > Further along in the thread I pointed out to you, there is a discussion > > of emacs --batch implying emacs -q and how to load your .emacs file. > > I believe that't the problem you are having. > > > > Alright I can try, but I don't want to load my configuration every time > I want to export, it's quite big now and it takes some time. > I just want to load only what's necessary to export, and what I've put > should be already enough... > Then prepare a skeleton .emacs just for export and load that: emacs --batch --load ~/.skeleton-emacs-for-export ... Nick