From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: What does C-c C-r do? Date: Mon, 26 Mar 2007 17:32:38 +0200 Message-ID: References: <47345e7f99270884f4dd3a10051a15d8@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVrDr-0004vt-CI for emacs-orgmode@gnu.org; Mon, 26 Mar 2007 11:35:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVrDp-0004q6-6k for emacs-orgmode@gnu.org; Mon, 26 Mar 2007 11:35:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVrDp-0004pe-2k for emacs-orgmode@gnu.org; Mon, 26 Mar 2007 10:35:01 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVrBY-0005hB-ON for emacs-orgmode@gnu.org; Mon, 26 Mar 2007 11:32:40 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leo Cc: emacs-orgmode@gnu.org On Mar 26, 2007, at 17:23, Leo wrote: > On 2007-03-26, Carsten Dominik said: > >> On Mar 25, 2007, at 10:51, Leo wrote: >> >>> Dear all, >>> >>> I still haven't figured out what `C-c C-r' does. Can someone give me >>> an example to see the effect of C-c C-r? Thanks in advance. >> >> 1. Set all context variables to nil: >> >> (setq org-show-hierarchy-above nil >> org-show-following-heading nil >> org-show-siblings nil) > > Since these variables are not nil by default, does that mean C-c C-r > is not very useful by default. > Yes, partially. C-c C-r does indeed nothing. The default for show-siblings is nil, so C-u C-c C-r does something useful in this case. I personally have them all set to nil to get compact trees, but I don't do this for the distribution, because people do not understand outlines well enough and will by accident delete invisible characters and add text in hidden locations. - Carsten