From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: saving state of buffer Date: Thu, 21 Mar 2013 10:23:19 +0100 Message-ID: <514AD187.6080903@gmail.com> References: <878v5inpfd.fsf@bzg.ath.cx> Reply-To: Rainer@krugs.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIbib-0005OU-AF for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 05:23:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIbiV-0002Ri-W3 for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 05:23:29 -0400 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:51179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIbiV-0002RW-PX for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 05:23:23 -0400 Received: by mail-ea0-f175.google.com with SMTP id o10so752870eaj.34 for ; Thu, 21 Mar 2013 02:23:22 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: 42 147 , Carsten Dominik , "Loyall, David" Cc: Org Mode -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 21/03/13 10:05, 42 147 wrote: > Thanks David, but what Carsten suggested completely resolved my problem (it applies not just to > bookmarks; it fully preserves my buffer's folded state after adding Christoph's code to my > .emacs). Good - May I suggest, that you write a step - by step howto and mail it here or even add it to worg? This would be a useful addition. > But I should also thank you for finding the words I struggled to find ("folded state"). And we have to thank you for this useful question! Cheers, Rainer > > I feel honored that royalty stepped into the discussion. > > Herzlichen Dank, > > 42 > > > 2013/3/21 Carsten Dominik > > > > On 20.3.2013, at 19:28, 42 147 > wrote: > >>> (require 'saveplace) (setq-default save-place t) >> >>> works for me. It just opens the place where I had the point, nothing more, but that's what >>> I need most. >> >> This is more convenient than Emacs bookmarks, but still breaks org-mode to a certain extent: >> all non top-level headlines below point are hidden. At least for me. >> > > Org-mode has very precise control for situations when a jump into invisible text happens, for > example by isearch or by bookmark-jump or saveplace. Take a look at the variable > org-show-siblings and set a special context for bookmark-jump, that should do it. This will > work for both saveplace and bookmarks. > > You can do this with customize, or just like this: > > (setq org-show-siblings '((default) (isearch t) (bookmark-jump . t))) > > There are companion variables, they are all in the customization group org-reveal-context. > > - Carsten > > - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRStGHAAoJENvXNx4PUvmCgRMH/2XsE18ysYpwvEFr9dB8Peek 91vSz/YddFROCFO+B2kd8hAT404j1IGR1MKp0cyEgh3bIAvnKxWIMzK42WaWjNf+ SqxJrtwy6Q1m4fwCMeaegReYxc5kJN5CUC3inCXuYgqvWAEgWQOE+9+xq3j0LEOD pcA084O5rx2JzS4Fo/FeuvB3TuVqcpobkFYM5r89+7WSfDhy+04kp581xzcH4oBr JISGbfd17RFEIabgTAYkyJKQLMRY6BVFY8WSGQALT+ggSEAiYytYbHoTZUUfnfS2 UlwlTCgCn3xfc1QCBTv09YKVB+xOurtqL3tbfnj7CY3eATJz1YMtOoqyVMLJ68Y= =cEvT -----END PGP SIGNATURE-----