emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eduardo Suarez <esuarez@itccanarias.org>
To: <emacs-orgmode@gnu.org>
Subject: Local visibility makes header always visible
Date: Sat, 9 Apr 2022 21:27:36 +0100	[thread overview]
Message-ID: <20220409202736.GA28127@itccanarias.org> (raw)

Say next org file, where I want the content of entry ABA not to be shown (e.g.
because it is not important).

--- BEGIN ORG FILE ---
#+STARTUP: content
* A
** AA
** AB
*** ABA
:PROPERTIES:
:VISIBILITY: folded
:END:
**** ABAA
**** ABAB
**** ABAC
** AC
* B
* C
--- END ORG FILE

This works as expected an entries ABAA, ABAB and ABAC are not shown at startup.

However, if I change startup visibility from 'content' to 'overview', I would
expect only first level headers to be shown. However, what I get is:

--- BEGIN ORG BUFFER (VISIBLE) ---
#+STARTUP: overview
* A...
** AB
*** ABA...
* B
* C
--- END ORG BUFFER (VISIBLE) ---

Is this intended behaviour?


             reply	other threads:[~2022-04-09 20:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-09 20:27 Eduardo Suarez [this message]
2022-04-18  5:59 ` Local visibility makes header always visible Eduardo Suarez-Santana
2022-04-19  2:45   ` Ihor Radchenko
2022-10-12  5:50     ` Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220409202736.GA28127@itccanarias.org \
    --to=esuarez@itccanarias.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).