From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Fold headline from inside of body? Date: Tue, 27 Aug 2019 10:55:26 +0200 Message-ID: <874l23yold.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41470) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2XGK-0006n9-BF for emacs-orgmode@gnu.org; Tue, 27 Aug 2019 04:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2XGH-0008VK-U6 for emacs-orgmode@gnu.org; Tue, 27 Aug 2019 04:55:35 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:35339) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i2XGG-0008Tk-GP for emacs-orgmode@gnu.org; Tue, 27 Aug 2019 04:55:33 -0400 In-Reply-To: (henry's message of "Tue, 27 Aug 2019 10:11:45 +0200 (CEST)") 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: henry35@keemail.me Cc: emacs-orgmode@gnu.org Hello, writes: > Is it possible to fold a headline (and only this specific headline) while the cursor is positioned inside the body? > The methods I know of ( [TAB] ) requires that the cursor is positioned on the headline, (Shift-[TAB] acts on the whole org-file and I want to avoid folding the entire document). Well, `C-c C-p TAB' does that. :) You can bind it to something else if you absolutely need to make it shorter. Regards, -- Nicolas Goaziou