org-mode: any way to automatically collapse “blocks” (e.g., BEGIN_QUOTE)?
up vote
4
down vote
favorite
When opening an item, any BEGIN_QUOTE ... END_QUOTE blocks are automatically expanded. Is there any way to keep them collapse, and only expand if I consciously TAB on that block?
Ref: https://www.gnu.org/software/emacs/manual/html_mono/org.html#Paragraphs
org-mode
add a comment |
up vote
4
down vote
favorite
When opening an item, any BEGIN_QUOTE ... END_QUOTE blocks are automatically expanded. Is there any way to keep them collapse, and only expand if I consciously TAB on that block?
Ref: https://www.gnu.org/software/emacs/manual/html_mono/org.html#Paragraphs
org-mode
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
When opening an item, any BEGIN_QUOTE ... END_QUOTE blocks are automatically expanded. Is there any way to keep them collapse, and only expand if I consciously TAB on that block?
Ref: https://www.gnu.org/software/emacs/manual/html_mono/org.html#Paragraphs
org-mode
When opening an item, any BEGIN_QUOTE ... END_QUOTE blocks are automatically expanded. Is there any way to keep them collapse, and only expand if I consciously TAB on that block?
Ref: https://www.gnu.org/software/emacs/manual/html_mono/org.html#Paragraphs
org-mode
org-mode
asked Nov 13 at 22:47
Covi
1506
1506
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
7
down vote
accepted
There are in buffer settings for many things like this in org -> https://orgmode.org/manual/In_002dbuffer-settings.html For code blocks specifically there are these startup options:
To hide blocks on startup, use these keywords. The corresponding
variable is org-hide-block-startup.
hideblocks Hide all begin/end blocks on startup
nohideblocks Do not hide blocks on startup
If you want that to happen globally just set that variable to true in your config file:
(setq org-hide-block-startup t)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
There are in buffer settings for many things like this in org -> https://orgmode.org/manual/In_002dbuffer-settings.html For code blocks specifically there are these startup options:
To hide blocks on startup, use these keywords. The corresponding
variable is org-hide-block-startup.
hideblocks Hide all begin/end blocks on startup
nohideblocks Do not hide blocks on startup
If you want that to happen globally just set that variable to true in your config file:
(setq org-hide-block-startup t)
add a comment |
up vote
7
down vote
accepted
There are in buffer settings for many things like this in org -> https://orgmode.org/manual/In_002dbuffer-settings.html For code blocks specifically there are these startup options:
To hide blocks on startup, use these keywords. The corresponding
variable is org-hide-block-startup.
hideblocks Hide all begin/end blocks on startup
nohideblocks Do not hide blocks on startup
If you want that to happen globally just set that variable to true in your config file:
(setq org-hide-block-startup t)
add a comment |
up vote
7
down vote
accepted
up vote
7
down vote
accepted
There are in buffer settings for many things like this in org -> https://orgmode.org/manual/In_002dbuffer-settings.html For code blocks specifically there are these startup options:
To hide blocks on startup, use these keywords. The corresponding
variable is org-hide-block-startup.
hideblocks Hide all begin/end blocks on startup
nohideblocks Do not hide blocks on startup
If you want that to happen globally just set that variable to true in your config file:
(setq org-hide-block-startup t)
There are in buffer settings for many things like this in org -> https://orgmode.org/manual/In_002dbuffer-settings.html For code blocks specifically there are these startup options:
To hide blocks on startup, use these keywords. The corresponding
variable is org-hide-block-startup.
hideblocks Hide all begin/end blocks on startup
nohideblocks Do not hide blocks on startup
If you want that to happen globally just set that variable to true in your config file:
(setq org-hide-block-startup t)
answered Nov 14 at 2:08
Grant Shangreaux
1915
1915
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2femacs.stackexchange.com%2fquestions%2f45982%2forg-mode-any-way-to-automatically-collapse-blocks-e-g-begin-quote%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown