From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: J191 Newsgroups: gmane.emacs.help Subject: Re: Emacs 26.x: org mode: C-c C-r Date: Sun, 26 Aug 2018 01:03:02 -0700 (PDT) Message-ID: <0ba74193-e74e-42d5-8fd7-ad8f1277e600@googlegroups.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1535270606 5922 195.159.176.226 (26 Aug 2018 08:03:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2018 08:03:26 +0000 (UTC) Injection-Date: Sun, 26 Aug 2018 08:03:03 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 26 10:03:22 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ftq13-0001Qw-Un for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Aug 2018 10:03:22 +0200 Original-Received: from localhost ([::1]:48298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftq3A-00062B-AA for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Aug 2018 04:05:32 -0400 X-Received: by 2002:a0c:d921:: with SMTP id p30-v6mr4826391qvj.7.1535270583186; Sun, 26 Aug 2018 01:03:03 -0700 (PDT) X-Received: by 2002:a37:404a:: with SMTP id n71-v6mr94766qka.3.1535270582941; Sun, 26 Aug 2018 01:03:02 -0700 (PDT) Original-Path: usenet.stanford.edu!z10-v6no2202302qtb.0!news-out.google.com!i36-v6ni788qti.0!nntp.google.com!z10-v6no2202295qtb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.98.107.151; posting-account=ljoAGgoAAAAkz6_SBYuEugXufNJmL2BB Original-NNTP-Posting-Host: 86.98.107.151 Original-Xref: usenet.stanford.edu gnu.emacs.help:223620 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117745 Archived-At: On Sunday, August 26, 2018 at 10:53:30 AM UTC+4, Marcin Borkowski wrote: > On 2018-08-26, at 08:20, J191 wrote: > > > Having a hard time figuring out what C-c C-r does `context reveal` > > > > Manual says "With a prefix argument show, on each level, all sibling headings. With a double prefix argument, also show the entire subtree of the parent." > > > > - When all the Headings are collapsed and I do C-c C-r > > - nothing happens > > - If I try it on a subheading when it is collapsed > > - nothing happens > > - If I try C-u 2 C-c C-r on a second level heading > > - I hope to see all Heading 2 siblings with the current heading fully expanded ? > > > > Is there a setting or something to make this thing work ? > > Or does this work only in `agenda views` or `sparse trees` only ? > > I don't know about agenda views, and I seldom use sparse trees. But > I often use C-c C-j (org-goto), and I find C-c C-r extremely useful > after that. > > Hth, > > -- > Marcin Borkowski > http://mbork.pl C-c C-j is great. But still cant figure out how C-c C-r works after that ?