Jeff Kowalczyk <j...@yahoo.com> 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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode