From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Subject: Re: saving state of buffer Date: Wed, 20 Mar 2013 18:09:57 +0100 Message-ID: References: <878v5inpfd.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIMWj-0005FF-0W for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 13:10:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIMWh-00015t-OD for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 13:10:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:44517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIMWh-00015d-IK for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 13:10:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UIMX2-0008GV-J0 for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 18:10:32 +0100 Received: from p4ffe7aaa.dip.t-dialin.net ([79.254.122.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Mar 2013 18:10:32 +0100 Received: from rhogez by p4ffe7aaa.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Mar 2013 18:10:32 +0100 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: emacs-orgmode@gnu.org On 03/20/2013 06:00 PM, 42 147 wrote: > Apologies on behalf of my inferior cognitive faculty, but I do not see a > solution to my problem in those options (perhaps merely a means to it). > > Between OVERVIEW, CONTENT, SHOWALL, SHOWEVERYTHING, which == "allow me to > save and reopen the buffer in its current configuration." > > From what I can gather from limited reading comprehension, these are still > general settings, i.e., ALL headlines will be opened; ALL drawers will be > opened; ALL text will be exposed. > > What I want is to just have those things exposed that I exposed in my > particular session. > (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.