From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Org file rendering/manipulation too slow Date: Fri, 6 Aug 2010 13:35:18 -0500 Message-ID: References: <871vak112n.fsf@altern.org> <87iq3o86s4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=59739 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhRlJ-0007xO-1U for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 14:35:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhRlH-0008Mq-Kz for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 14:35:20 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:37283) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhRlH-0008Mc-G7 for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 14:35:19 -0400 Received: by pwj7 with SMTP id 7so1265466pwj.0 for ; Fri, 06 Aug 2010 11:35:18 -0700 (PDT) In-Reply-To: <87iq3o86s4.fsf@gnu.org> 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: Bastien Cc: Org Mode Hi Batien, Thank you for the insights, Might be related to the OSX build -- any other OSX users around? :) Do you mind if I answer with some additional questions? >2. (add-hook 'org-mode-hook 'turn-on-font-lock) is not necessary Hmm, I'm not really sure about this setting. I'll remove it, but what is it about? >3. you should use org-capture :) What is org-capture? :) Thanks, Marcelo. On Fri, Aug 6, 2010 at 3:49 AM, Bastien wrote= : > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > >> Here it is: >> http://github.com/celoserpa/emacs-starter-kit/blob/master/fullofcaffeine= /org.el > > Thanks - note that it might be confusing to name your config file org.el > since this is also the name of the main Org file. > > Some comments on the fly: > > 1. you have a double entry for (setq org-return-follows-link t) > 2. (add-hook 'org-mode-hook 'turn-on-font-lock) is not necessary > 3. you should use org-capture :) > >> I'm using it on OSX Snow Leopard (latest updates applied). > > I can't see anything suspicious in your config file that would explain > the slowliness. Maybe someone using OSX Snow Leopard could help further. > > Best, > > -- > =A0Bastien >