From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: orgstruct requirements Date: Sat, 6 Sep 2008 22:50:21 +0200 Message-ID: References: <291957.23639.qm@web32902.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kc4jk-000223-LK for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:50:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc4ji-00020q-55 for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:50:27 -0400 Received: from [199.232.76.173] (port=55058 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc4jh-00020c-Sw for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:50:25 -0400 Received: from ug-out-1314.google.com ([66.249.92.175]:1308) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kc4jh-0005wm-MO for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 16:50:25 -0400 Received: by ug-out-1314.google.com with SMTP id k3so69884ugf.17 for ; Sat, 06 Sep 2008 13:50:24 -0700 (PDT) In-Reply-To: <291957.23639.qm@web32902.mail.mud.yahoo.com> 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: ejonesca@yahoo.com Cc: emacs-orgmode@gnu.org On Sep 4, 2008, at 10:51 PM, ejonesca@yahoo.com wrote: > Starting with a vanilla emacs 22 installation, what do I need to be > able to run orgstruct-mode? > > It is available to me if I've ran org-mode previously within the > emacs session, but until then I can't run M-x orgstruct-mode. Is > there something I can (require '?) in my .emacs file to give me > access to orgstruct-mode? I thought orgstruct-mode in emacs would be autoloaded, but maybe it is not? Then this should do the trick: (autoload 'orgstruct-mode "org" nil t) HTH - Carsten