emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgstruct requirements
@ 2008-09-04 20:51 ejonesca
  2008-09-06 20:50 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: ejonesca @ 2008-09-04 20:51 UTC (permalink / raw)
  To: emacs-orgmode

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?

Thanks.


      

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgstruct requirements
  2008-09-04 20:51 orgstruct requirements ejonesca
@ 2008-09-06 20:50 ` Carsten Dominik
  2008-09-07  4:57   ` ejonesca
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2008-09-06 20:50 UTC (permalink / raw)
  To: ejonesca; +Cc: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgstruct requirements
  2008-09-06 20:50 ` Carsten Dominik
@ 2008-09-07  4:57   ` ejonesca
  0 siblings, 0 replies; 3+ messages in thread
From: ejonesca @ 2008-09-07  4:57 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

That works. Thank you.


--- On Sat, 9/6/08, Carsten Dominik <dominik@science.uva.nl> wrote:

> From: Carsten Dominik <dominik@science.uva.nl>
> 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


      

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-07  4:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-04 20:51 orgstruct requirements ejonesca
2008-09-06 20:50 ` Carsten Dominik
2008-09-07  4:57   ` ejonesca

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).