From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: Expanded property drawers as per file option Date: Wed, 29 May 2013 12:31:06 +0800 Message-ID: <87sj16xv91.fsf@news.tumashu-localhost.org> References: <2013-05-28T16-16-08@devnull.Karl-Voit.at> <871u8rduyb.fsf@gmail.com> <87wqqjcfse.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhY3e-0008My-C4 for emacs-orgmode@gnu.org; Wed, 29 May 2013 00:32:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhY3d-0000LQ-7z for emacs-orgmode@gnu.org; Wed, 29 May 2013 00:32:18 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:62528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhY3d-0000LK-0w for emacs-orgmode@gnu.org; Wed, 29 May 2013 00:32:17 -0400 Received: by mail-pd0-f177.google.com with SMTP id u11so8458021pdi.36 for ; Tue, 28 May 2013 21:32:15 -0700 (PDT) Received: from tumashu ([175.49.165.187]) by mx.google.com with ESMTPSA id do4sm35666839pbc.8.2013.05.28.21.32.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 28 May 2013 21:32:14 -0700 (PDT) Received: from feng by tumashu with local (Exim 4.80) (envelope-from ) id 1UhY2U-0006UZ-Ov for emacs-orgmode@gnu.org; Wed, 29 May 2013 12:31:06 +0800 In-Reply-To: <87wqqjcfse.fsf@gmail.com> (Thorsten Jolitz's message of "Tue, 28 May 2013 16:58:25 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thorsten Jolitz writes: > Thorsten Jolitz writes: > >> Karl Voit 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? > > sorry, that was a bit too hurried, I think this one is what you might > need: > > ,------------------------------------- > | (defun find-org-contracts () > | (interactive) > | (find-file "/path/to/contracts.org") > | (show-all)) > | > | M-x find-org-contracts > `------------------------------------- I use: #+STARTUP: showeverything --