emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Turn off all folding (drawers, headlines) during structure


From: Bernt Hansen
Subject: [Orgmode] Re: Turn off all folding (drawers, headlines) during structure moves?
Date: Mon, 13 Dec 2010 17:43:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Jeff Kowalczyk <address@hidden> writes:

> I prefer to work with all the Org elements visible, and get good results with
> #+STARTUP: showeverything .
>
> Even with this setting, during structure editing, drawers (e.g. :CLOCK:) fold
> when a headline is moved up or down in the structure, and a headline killed
> and yanked to a new location will yank as folded by default (** headline...).
>
> I'm not sure of the mechanism used to implement hiding/folding, are they
> overlays?
>
> Are there additional options to suppress all code-paths where Org folds
> items?
>
> If not, this is a feature request from an interested user.
>
> Thanks,
> Jeff

Hi Jeff,

I just use visible-mode which I have bound to f9-v
(global-set-key (kbd "<f9> v") 'visible-mode)

to disable folding completely.  This is a toggle setting and works great
for me.

HTH,
Bernt



reply via email to

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