emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] orgstruct requirements


From: Carsten Dominik
Subject: Re: [Orgmode] orgstruct requirements
Date: Sat, 6 Sep 2008 22:50:21 +0200


On Sep 4, 2008, at 10:51 PM, address@hidden 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]