From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Updating Emacs to latest org-release on MS Windows? Date: Tue, 07 Jul 2009 18:22:57 +0200 Message-ID: <87fxd8sbry.fsf@kassiopeya.MSHEIMNETZ> References: <871vosjypw.wl%ucecesf@ucl.ac.uk> 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 1MODNj-0006Il-Sw for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 12:19:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MODNf-0006Fz-5s for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 12:18:59 -0400 Received: from [199.232.76.173] (port=36150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MODNe-0006Fn-Rr for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 12:18:54 -0400 Received: from mail.gmx.net ([213.165.64.20]:49966) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MODNd-00063I-Dg for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 12:18:54 -0400 In-Reply-To: <871vosjypw.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Tue, 07 Jul 2009 16:32:11 +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: Eric S Fraga Cc: Org Mode You could do what I described in my previous mail, and save the whole stuff as keyboard macro: C-x ( Now do all the stuff in my last mail. To make sure the directory is found, use an absolute path here. C-x ) M-x name-last-kbd-macro RET compile-org RET Switch to your setup file and do M-x insert-kbd-macro RET compile-org RET In the future, you could do: M-x compile-org RET Sebastian