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
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
(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
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