From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id cOmOIYUP1V9fQAAA0tVLHw (envelope-from ) for ; Sat, 12 Dec 2020 18:44:21 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QB5hHYUP1V+6bAAA1q6Kng (envelope-from ) for ; Sat, 12 Dec 2020 18:44:21 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DD1A3940366 for ; Sat, 12 Dec 2020 18:44:20 +0000 (UTC) Received: from localhost ([::1]:43602 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ko9sR-0003on-QS for larch@yhetil.org; Sat, 12 Dec 2020 13:44:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ko9hA-0001ii-0u for emacs-orgmode@gnu.org; Sat, 12 Dec 2020 13:32:40 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48123) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ko9h9-0006wU-4O; Sat, 12 Dec 2020 13:32:39 -0500 Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:57616 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1ko967-000294-7S; Sat, 12 Dec 2020 12:54:23 -0500 Received: by guerry (Postfix, from userid 1000) id 4841E1A60DA7; Sat, 12 Dec 2020 18:54:21 +0100 (CET) From: Bastien To: Gustav =?utf-8?Q?Wikstr=C3=B6m?= Subject: Re: New startup options, showlevels Organization: GNU References: Date: Sat, 12 Dec 2020 18:54:21 +0100 In-Reply-To: ("Gustav =?utf-8?Q?Wikstr=C3=B6m=22's?= message of "Thu, 10 Dec 2020 09:46:16 +0000") Message-ID: <87y2i2ap0y.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "emacs-orgmode@gnu.org" Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.30 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: DD1A3940366 X-Spam-Score: -1.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: TcYwXSYchFrf Hi Gustav, Gustav Wikstr=C3=B6m writes: > Prompted by a question on StackOverflow, > https://stackoverflow.com/questions/56536184/set-initial-visiblity-to-a-c= ertain-level-in-org-mode, > a few new options are added to the startup setting. thanks -- in the future, I suggest discussing such additions on this list before committing them. In this case, I think we could come up with better option names than "show2levels", even if I don't have a better suggestion right now. > Patch is applied to master as this is non-critical and it is > communicated here and now for full transparency. See commit hash > a71ac14e4, > https://code.orgmode.org/bzg/org-mode/commit/a71ac14e46bb820abdbd2e6651c5= 8179c50eb2fa Mandatory nitpick: the log should contain proper sentences, ending with a dot. I'm mentioning this because your other commit has the same small error. > Hope these new options will be usable for some of you! It sure is, thanks for taking care of this, --=20 Bastien