From mboxrd@z Thu Jan 1 00:00:00 1970 From: "ejonesca@yahoo.com" Subject: Re: orgstruct requirements Date: Sat, 6 Sep 2008 21:57:22 -0700 (PDT) Message-ID: <873105.91734.qm@web32903.mail.mud.yahoo.com> References: Reply-To: ejonesca@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcCL0-0005xG-Vm for emacs-orgmode@gnu.org; Sun, 07 Sep 2008 00:57:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcCKy-0005wi-RF for emacs-orgmode@gnu.org; Sun, 07 Sep 2008 00:57:26 -0400 Received: from [199.232.76.173] (port=60237 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcCKy-0005wb-Ib for emacs-orgmode@gnu.org; Sun, 07 Sep 2008 00:57:24 -0400 Received: from web32903.mail.mud.yahoo.com ([209.191.69.80]:36233) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KcCKx-0007X4-R1 for emacs-orgmode@gnu.org; Sun, 07 Sep 2008 00:57:24 -0400 In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode@gnu.org That works. Thank you. --- On Sat, 9/6/08, Carsten Dominik wrote: > From: Carsten Dominik > Subject: Re: [Orgmode] orgstruct requirements > To: ejonesca@yahoo.com > Cc: emacs-orgmode@gnu.org > Date: Saturday, September 6, 2008, 1:50 PM > 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