Re: [Orgmode] Re: Org-mode with multiple major modes

2007-09-30 Thread Carsten Dominik
On Sep 29, 2007, at 23:26, Julien Barnier wrote: Hi, (setq org-startup-folded nil) Thanks for your answer, but it doesn't do what I wish. If I have some part of my file folded and others not, with org-startup-folded set to nil, when I move from a code chunk to a doc chunk, everything is unf

[Orgmode] Re: Org-mode with multiple major modes

2007-09-29 Thread Julien Barnier
Hi, > (setq org-startup-folded nil) Thanks for your answer, but it doesn't do what I wish. If I have some part of my file folded and others not, with org-startup-folded set to nil, when I move from a code chunk to a doc chunk, everything is unfolded. What I'd like is a way to disable this featur

Re: [Orgmode] Re: Org-mode with multiple major modes

2007-09-29 Thread Carsten Dominik
(setq org-startup-folded nil) - Carsten On Sep 28, 2007, at 13:23, Julien Barnier wrote: Hi Adam, Would this solve your problem? http://mmm-mode.sourceforge.net/ "MMM Mode is an emacs add-on package providing a minor mode that allows Multiple Major Modes to coexist in one buffer." In f

[Orgmode] Re: Org-mode with multiple major modes

2007-09-28 Thread Julien Barnier
Hi Adam, > Would this solve your problem? > > http://mmm-mode.sourceforge.net/ > > "MMM Mode is an emacs add-on package providing a minor mode that > allows Multiple Major Modes to coexist in one buffer." In fact, I already have my two major modes coexisting in the same buffer thanks to noweb-m