From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Neufeld Subject: Re: Org-mode c-c a Date: Tue, 24 Dec 2013 00:12:25 -0500 Message-ID: <52B917B9.8040409@gmail.com> References: <52B8FEFE.4030108@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvKIH-0006Lg-5B for emacs-orgmode@gnu.org; Tue, 24 Dec 2013 00:12:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VvKI8-00071n-Oq for emacs-orgmode@gnu.org; Tue, 24 Dec 2013 00:12:37 -0500 Received: from mail-qe0-x22c.google.com ([2607:f8b0:400d:c02::22c]:37843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvKI8-00070u-J0 for emacs-orgmode@gnu.org; Tue, 24 Dec 2013 00:12:28 -0500 Received: by mail-qe0-f44.google.com with SMTP id nd7so6091658qeb.31 for ; Mon, 23 Dec 2013 21:12:28 -0800 (PST) Received: from [74.90.254.8] (ool-4a5afe08.dyn.optonline.net. [74.90.254.8]) by mx.google.com with ESMTPSA id fc16sm36806300qeb.3.2013.12.23.21.12.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 23 Dec 2013 21:12:27 -0800 (PST) In-Reply-To: <52B8FEFE.4030108@gmail.com> 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: emacs-orgmode@gnu.org Ha, never mind. After several hours of work, I finally figured out my configuration file was being saved as #.emacs # always. Once I changed it to .emacs it seems to have kicked in. Sorry for the bother. Possibly more information on how to get started with the configuration file might be useful, but maybe it's just me. Happy holidays and new year, todd On 12/23/2013 10:26 PM, Todd Neufeld wrote: > Hi. > > I apologize for the very very beginner question, but.. > I can't figure out how to get c-c a defined in org-mode. > > I am using emacs 24.3 on Ubuntu 12.04. > > I believe I have updated the emacs configuration file with > (global-set-key "\C-ca" 'org-agenda) > > Yet, somehow I only get "c-c a is undefined" when I enter that command. > I have my emacs configuration file in my home folder, not in an emacs > buffer. > Not sure if that's right... > Though I think that's not the problem as other commands in the file > seem to take effect. > > Anyway, any help would be MUCH appreciated, as I'm enthusiastic to get > going with org-mode. > > So, happy holidays, and many thanks ! > > todd neufeld