From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Brubeck Unhammer Subject: saveplace Date: Thu, 29 Nov 2007 13:36:00 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ixjha-0006pM-2K for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 08:45:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxjhX-0006na-VJ for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 08:45:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxjhX-0006n5-Jv for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 08:45:11 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IxjhX-0007di-1Y for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 08:45:11 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IxjhO-0002Pn-K6 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 13:45:02 +0000 Received: from 172-215.dsl.freewave.no ([84.236.215.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2007 13:45:02 +0000 Received: from kun041 by 172-215.dsl.freewave.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2007 13:45:02 +0000 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: emacs-orgmode@gnu.org Hi, What's the best way to make a hook that runs show-entry on finding an org-mode file, but after the save-place-hook? (Seeing as putting show-entry in org-mode- hook doesn't work, since save-place goes afterwards.) Should I just append something to find-file-hook that runs show-entry iff we're in org-mode? -- Kevin Brubeck Unhammer