* How to disable folding entirely
@ 2009-11-03 21:46 Jeff Kowalczyk
2009-11-03 22:14 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Kowalczyk @ 2009-11-03 21:46 UTC (permalink / raw)
To: emacs-orgmode
In certain editing scenarios, I would like to temporarily disable all folding
including subtrees, property drawers, logbook entries, etc. i.e. the same
initial unfolded state achieved with #+STARTUP showeverything (M-x showall), but
unfolded state continues as new items are created, clocking in and out, etc.
Is there a general mechanism to toggle folding in Org, or in Emacs proper?
I searched many variations of 'fold'-related strings in the Org source, and
didn't see anything directly applicable [1].
Thanks,
Jeff
[1] ~/.emacs.d/vendor/org-mode/lisp $ ack "defcustom.*fold"
org.el
291:(defcustom org-startup-folded t
851:(defcustom org-yank-folded-subtrees t
org-mhe.el
39:(defcustom org-mhe-search-all-folders nil
[master]~/.emacs.d/vendor/org-mode/lisp $
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to disable folding entirely
2009-11-03 21:46 How to disable folding entirely Jeff Kowalczyk
@ 2009-11-03 22:14 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-11-03 22:14 UTC (permalink / raw)
To: Jeff Kowalczyk; +Cc: emacs-orgmode
On Nov 3, 2009, at 10:46 PM, Jeff Kowalczyk wrote:
> In certain editing scenarios, I would like to temporarily disable
> all folding
> including subtrees, property drawers, logbook entries, etc. i.e. the
> same
> initial unfolded state achieved with #+STARTUP showeverything (M-x
> showall), but
> unfolded state continues as new items are created, clocking in and
> out, etc.
>
> Is there a general mechanism to toggle folding in Org, or in Emacs
> proper?
M-x visible-mode RET
- Carsten
>
> I searched many variations of 'fold'-related strings in the Org
> source, and
> didn't see anything directly applicable [1].
>
> Thanks,
> Jeff
>
>
> [1] ~/.emacs.d/vendor/org-mode/lisp $ ack "defcustom.*fold"
> org.el
> 291:(defcustom org-startup-folded t
> 851:(defcustom org-yank-folded-subtrees t
>
> org-mhe.el
> 39:(defcustom org-mhe-search-all-folders nil
> [master]~/.emacs.d/vendor/org-mode/lisp $
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-03 22:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03 21:46 How to disable folding entirely Jeff Kowalczyk
2009-11-03 22:14 ` Carsten Dominik
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).