From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: [PROPOSAL] New function `org-headings-to-point' and displayer. Date: Thu, 05 Dec 2019 02:47:44 -0600 Message-ID: <877e3btaz3.fsf@alphapapa.net> References: <878snui0ay.fsf@red-bean.com> <87pnh5t66x.fsf@alphapapa.net> <87lfrt3rvz.fsf@red-bean.com> <87h82gu8xj.fsf@alphapapa.net> <87sglz1nig.fsf@red-bean.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50456) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icmnn-0004tI-Jx for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 03:48:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icmnj-0000CR-Ma for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 03:47:57 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:46018 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1icmnh-00008i-P6 for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 03:47:55 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1icmne-000KTG-Ap for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 09:47:50 +0100 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 Karl Fogel writes: > Unless you meant make a new interactive function to display a vertical > hierarchy and base it on the existing Org Mode functions you informed > me of the existence of? But I don't think there's a way to do that > without adding some new parameters to those existing functions, and, > as you point out, that's probably not worth the extra complexity. Forgive me, I think I misunderstood you. Yes, I meant to make a new interactive function for displaying the vertical hierarchy. BTW, you might also find the org-sticky-header package helpful.