From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-save-outline-visibility no longer saves drawer visibility Date: Sun, 11 Feb 2018 11:45:52 +0100 Message-ID: <873727dctb.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekp8w-00061u-LU for emacs-orgmode@gnu.org; Sun, 11 Feb 2018 05:45:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekp8t-0004la-AY for emacs-orgmode@gnu.org; Sun, 11 Feb 2018 05:45:58 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:37837) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ekp8t-0004kk-4J for emacs-orgmode@gnu.org; Sun, 11 Feb 2018 05:45:55 -0500 In-Reply-To: (Dale Sedivec's message of "Fri, 2 Feb 2018 18:16:06 -0600") 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" To: Dale Sedivec Cc: emacs-orgmode@gnu.org Hello, Dale Sedivec writes: > 2. Make an org-mode buffer with contents: > > ~~~~~~ > * Foo > :PROPERTIES: > :bar: baz > :END: > ~~~~~~ > > 3. Fold the PROPERTIES drawer by moving to the line with :PROPERTIES: and > hitting TAB. > > 4. M-: (org-save-outline-visibility t (org-show-all)) RET > > Expected result: PROPERTIES drawer is still folded > > Observed result: PROPERTIES drawer is no longer folded, its contents have > become visible Fixed. Thank you! Regards, -- Nicolas Goaziou