From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: restarting emacs always advisable for upgrade? Date: Tue, 07 Oct 2008 09:35:21 -0400 Message-ID: <87ej2so7dy.fsf@gollum.intra.norang.ca> References: <20524da70810061748p72cd0a6cra18a9699e0428667@mail.gmail.com> <87abdg3hta.fsf@gmail.com> 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 1KnCit-0002vt-6T for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 09:35:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnCiq-0002vD-U8 for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 09:35:33 -0400 Received: from [199.232.76.173] (port=46101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnCip-0002v4-Pm for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 09:35:32 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:56370) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KnCip-0006Au-IJ for emacs-orgmode@gnu.org; Tue, 07 Oct 2008 09:35:31 -0400 In-Reply-To: <87abdg3hta.fsf@gmail.com> (Paul R.'s message of "Tue\, 07 Oct 2008 10\:55\:45 +0200") 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: Paul R Cc: emacs-orgmode@gnu.org Paul R writes: > Samuel> Is it safe to load all .elc files in org as a way of not > Samuel> restarting emacs? Thanks. > > I suppose you can (unload-feature 'org), then upgrade, then > (require 'org), but I have not tested. Just try and report :) I update org from the git repository regularly. I have a function org-reload-org that reloads the new sources as described here: http://orgmode.org/worg/org-hacks.php#sec-6 I don't unload first, I just update the sources, then M-x org-reload-org and move on with my day. -Bernt