From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Testing my Org installation Date: Wed, 30 Jan 2013 00:10:17 +0100 Message-ID: <87pq0noaau.fsf@bzg.ath.cx> References: <86txpzsn45.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0KOm-0008BG-HR for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 18:15:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0KOk-0005oY-68 for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 18:15:28 -0500 Received: from we-in-x022b.1e100.net ([2a00:1450:400c:c03::22b]:48164 helo=mail-we0-x22b.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0KOj-0005nG-UQ for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 18:15:26 -0500 Received: by mail-we0-f171.google.com with SMTP id u54so724345wey.2 for ; Tue, 29 Jan 2013 15:15:23 -0800 (PST) In-Reply-To: <86txpzsn45.fsf@gmail.com> (David Rogers's message of "Tue, 29 Jan 2013 13:19:54 -0800") 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: David Rogers Cc: Org-mode Hi David, David Rogers writes: > 1. Which require statements should and should not be in my init > file? None. You just need to initialize the package configuration with (package-initialize) before using any Org autoloaded function in your .emacs file. > 2. Are there any easy tests I can do to make sure everything is working > properly? M-x org-version is giving me a good answer, just wondering > about anything else. M-x org-version RET _is_ the test to run :) HTH, -- Bastien