emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] bug in the :VISIBILITY: handling of nested "folded" properties


From: Rainer Stengele
Subject: [Orgmode] bug in the :VISIBILITY: handling of nested "folded" properties?
Date: Fri, 30 Jul 2010 13:08:10 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]