emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug in the :VISIBILITY: handling of nested "folded" properties?
@ 2010-07-30 11:08 Rainer Stengele
  2010-08-07  6:04 ` [PATCH] " Noorul Islam
  2010-08-07  7:28 ` Carsten Dominik
  0 siblings, 2 replies; 3+ messages in thread
From: Rainer Stengele @ 2010-07-30 11:08 UTC (permalink / raw)
  To: emacs-orgmode

Having

* headline 1
:PROPERTIES:
:VISIBILITY: folded
:END:
** headline 2.1
   - stuff
** headline 2.1
:PROPERTIES:
:VISIBILITY: folded
:END:
- stuff

C-u C-u <TAB>
     Switch back to the startup visibility of the buffer, i.e. whatever is requested by startup options and ‘VISIBILITY’ properties in individual entries.


does not result in


* headline 1...>


as expected. Instead I get:


* headline 1...>
** headline 2.1...>
** headline 2.1...>


removing the second folded propertiy results correctly in:

* headline 1...>


This looks like a bug in the :VISIBILITY: handling!?


Rainer

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

end of thread, other threads:[~2010-08-08 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-30 11:08 bug in the :VISIBILITY: handling of nested "folded" properties? Rainer Stengele
2010-08-07  6:04 ` [PATCH] " Noorul Islam
2010-08-07  7:28 ` 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).