From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: How to improve Org startup time? Date: Wed, 30 Jan 2013 13:21:09 +0100 Message-ID: <87622e50ay.wl%n142857@gmail.com> References: <867gmviujs.fsf@somewhere.org> <87pq0nsncj.fsf@casa.home> <8638xjit25.fsf@somewhere.org> <87libbslkd.fsf@casa.home> <86pq0nhar5.fsf@somewhere.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WkK-0001TJ-Vn for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:26:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0WkJ-0006tX-PO for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:26:32 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:40595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WkJ-0006t7-JO for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:26:31 -0500 Received: by mail-wi0-f182.google.com with SMTP id hn14so1538336wib.15 for ; Wed, 30 Jan 2013 04:26:30 -0800 (PST) In-Reply-To: <86pq0nhar5.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org > > Per chance, you did not forget to M-x compile ? ;) > > Good to remind me/us with that, but, once again, no, as I do not use compiled > Org files. That way, I'm sure not to forget such recompile step -- which I > would definitely do once in a while! > If you are worried about speed, you should always byte-compile, because it's easy and byte-compiled code is faster. Just do a "make" after each "git pull".