From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Fogel Subject: Re: [PATCH] Use prefix arg to control scope of org-narrow-to-subtree. Date: Mon, 02 Dec 2019 12:06:36 -0600 Message-ID: <87sgm2txeb.fsf@red-bean.com> References: <87ftq7kyvt.fsf@red-bean.com> <878svyqxwc.fsf@nicolasgoaziou.fr> <87y2vwv3gm.fsf_-_@red-bean.com> <84immy4v3r.fsf@gmail.com> Reply-To: Karl Fogel Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58008) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibq5o-0003qR-8W for emacs-orgmode@gnu.org; Mon, 02 Dec 2019 13:06:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibq5n-00011O-9n for emacs-orgmode@gnu.org; Mon, 02 Dec 2019 13:06:40 -0500 Received: from mail-yb1-xb42.google.com ([2607:f8b0:4864:20::b42]:34941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibq5n-00011C-67 for emacs-orgmode@gnu.org; Mon, 02 Dec 2019 13:06:39 -0500 Received: by mail-yb1-xb42.google.com with SMTP id h23so363684ybg.2 for ; Mon, 02 Dec 2019 10:06:39 -0800 (PST) In-Reply-To: <84immy4v3r.fsf@gmail.com> (Marco Wahl's message of "Mon, 02 Dec 2019 16:15:20 +0100") 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: Org-mode Cc: Marco Wahl On 02 Dec 2019, Marco Wahl wrote: >What about numeric prefix arg 0 to reveal the whole buffer (aka >'widen')? I think this would be a logical completion to the feature. Since `widen' itself is already available via C-x n w, it might be better to save a special flag value like that for some special behavior that we (or someone else) might think of in the future. I'm pretty sure that anyone using `org-narrow-to-subtree' must also know about the `widen' command, too. Thoughts? Best regards, -Karl