emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Turn off all folding (drawers, headlines) during structure moves?
@ 2010-12-13 18:39 Jeff Kowalczyk
  2010-12-13 22:43 ` Bernt Hansen
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Kowalczyk @ 2010-12-13 18:39 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Turn off all folding (drawers, headlines) during structure moves?
  2010-12-13 18:39 Turn off all folding (drawers, headlines) during structure moves? Jeff Kowalczyk
@ 2010-12-13 22:43 ` Bernt Hansen
  0 siblings, 0 replies; 2+ messages in thread
From: Bernt Hansen @ 2010-12-13 22:43 UTC (permalink / raw)
  To: Jeff Kowalczyk; +Cc: emacs-orgmode

Jeff Kowalczyk <jtk@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-13 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-13 18:39 Turn off all folding (drawers, headlines) during structure moves? Jeff Kowalczyk
2010-12-13 22:43 ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).