From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mode on sloooow computer Date: Thu, 30 Apr 2009 16:13:20 +0200 Message-ID: References: <87hc0fe35v.fsf@eeepc.chemeng.ucl.ac.uk> <5A8DAF72-27D1-4BC5-B70C-884E2F98620B@gmail.com> <18928.59232.992700.573573@pinto.chemeng.ucl.ac.uk> <18929.30496.879823.967736@pinto.chemeng.ucl.ac.uk> <49F1C0AD.7090309@diplan.de> <18929.57089.531617.730982@pinto.chemeng.ucl.ac.uk> <3F3FAB94-BF93-4BC5-8698-4240A21FA67F@gmail.com> <18930.15516.830598.234897@pinto.chemeng.ucl.ac.uk> <18930.51119.722314.498714@pinto.chemeng.ucl.ac.uk> <87d4b0hf99.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0eKa-0004CX-O9 for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:14:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0eKW-0004AV-6b for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:14:20 -0400 Received: from [199.232.76.173] (port=45928 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0eKV-0004AN-MO for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:14:15 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:4379) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0eKV-0002U7-DV for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:14:15 -0400 Received: by ey-out-1920.google.com with SMTP id 13so672967eye.24 for ; Sun, 03 May 2009 09:14:15 -0700 (PDT) In-Reply-To: <87d4b0hf99.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org, e.fraga@ucl.ac.uk On Apr 25, 2009, at 6:25 PM, Bernt Hansen wrote: > Eric S Fraga writes: > >> Carsten Dominik writes: >>>> Ummm, this doesn't work for me? C-c C-x r is undefined. >>> >>> You need to be in an org-mode buffer for this.. >> >> Ah. Yes. >> > > I just use M-x org-reload and C-u M-x org-reload since that works > everywhere. > > C-c C-x r doesn't work in the agenda either which feels weird. Hmm, I just noticed that `C-c C-x r' is one of the bindings also used for Emacs in a terminal, to replace `M-right'. org-reload is now on `C-c C-x !', both in Org buffers and in the agenda. - Carsten