From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: ANN: org-sticky-header Date: Mon, 17 Apr 2017 18:41:10 -0500 Message-ID: <87k26itxex.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0GGp-0000Ea-GL for emacs-orgmode@gnu.org; Mon, 17 Apr 2017 19:41:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0GGm-00035w-EF for emacs-orgmode@gnu.org; Mon, 17 Apr 2017 19:41:23 -0400 Received: from [195.159.176.226] (port=47867 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0GGm-00035c-7S for emacs-orgmode@gnu.org; Mon, 17 Apr 2017 19:41:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d0GGd-0003fQ-Ew for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 01:41:11 +0200 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" To: emacs-orgmode@gnu.org Hi friends, I've posted another package which you might find useful: https://github.com/alphapapa/org-sticky-header It's modeled on semantic-stickyfunc-mode. When you scroll down and push an Org heading out of view, it displays that heading in the Emacs header line at the top of the window so you don't forget which heading the partially displayed entry at the top belongs to. It seems to be working well so far. Please let me know if you have any feedback. Thanks, Adam