Karl Voit <devn...@karl-voit.at> writes: > Hi! > > I could not find anything yet which says that it's possible (or not) > to define a file variable which enables PROPERTY drawers to be > expanded (only in this current file). > > My use case: I usually never store major meta-data in drawers. So I > like the default behavior with closed property drawers. Except in > my "contacts.org" where I store basic data of persons I want to see. > > Therefore, I would like to have these drawers expanded whenever I > expand the heading of a person. In other words: heading content > expanded -> property drawer expanded. All other Org-mode files > should keep their behavior that I manually have to expand drawers > when I want to see their content. > > Is there a method to get this kind of behavior?
or maybe better an interactive version: ,------------------------------------- | (defun find-org-contracts () | (interactive "fFile: ") | (find-file "/path/to/contracts.org") | (show-all)) | | M-x find-org-contracts `------------------------------------- -- cheers, Thorsten