From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Sibling visibility when accessing an item from the agenda Date: Sat, 16 Sep 2017 09:47:45 +0800 Message-ID: <15e885ec3b6.117021a3b20432.2368951057229264838@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dt2D3-0002aV-Ks for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 21:47:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dt2Cz-0002U1-Nv for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 21:47:53 -0400 Received: from sender-pp-091.zoho.com ([135.84.80.236]:25127) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dt2Cz-0002Te-H2 for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 21:47:49 -0400 In-Reply-To: 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: emacs-orgmode Hi, What is the setting to control the visibility of the 4th-level siblings here? How I got to this point: - All headings collapsed (only top-level visible) - Go to the agenda week view - Put the cursor on the entry for "Elec. 2a 01" and hit return. The catch is... my school requires me to take notes on every class session. That means I need to type plain text underneath this heading. But, org has "helpfully" marked this area to be invisible. If I put the cursor on the flush-left ellipsis and hit return to open up some space, I don't see the open space. Same if I put the cursor after the ellipsis for the properties drawer. That is, org thinks accessing an item from the agenda is a read-only operation, but I need to write into it -- org's assumption is invalid. So the only way I currently know to enter the text is to go up to the parent level, collapse it, and expand it to show all the siblings... for 14 class sessions every week. That is going to get really old. There must be a way to get org to show the sibling headings of the one that was selected from the agenda. Thanks, hjh