On Sep 4, 2008, at 10:51 PM, [EMAIL PROTECTED] 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to