From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Fogel Subject: Re: [PROPOSAL] New function `org-headings-to-point' and displayer. Date: Tue, 03 Dec 2019 17:36:31 -0600 Message-ID: <87d0d53rsw.fsf@red-bean.com> References: <878snui0ay.fsf@red-bean.com> <87pnh5t66x.fsf@alphapapa.net> Reply-To: Karl Fogel Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47358) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icHin-0001Yn-R6 for emacs-orgmode@gnu.org; Tue, 03 Dec 2019 18:36:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icHij-0001zg-SE for emacs-orgmode@gnu.org; Tue, 03 Dec 2019 18:36:43 -0500 Received: from mail-yw1-xc35.google.com ([2607:f8b0:4864:20::c35]:39037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icHie-0001wv-63 for emacs-orgmode@gnu.org; Tue, 03 Dec 2019 18:36:39 -0500 Received: by mail-yw1-xc35.google.com with SMTP id h126so2085895ywc.6 for ; Tue, 03 Dec 2019 15:36:33 -0800 (PST) In-Reply-To: <87pnh5t66x.fsf@alphapapa.net> (Adam Porter's message of "Tue, 03 Dec 2019 16:06:30 -0600") 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: Adam Porter Cc: emacs-orgmode@gnu.org On 03 Dec 2019, Adam Porter wrote: >This seems to duplicate functionality from org-get-outline-path. As >well, org-eldoc displays in the minibuffer the outline path for the >heading at point. By the way, when I run `M-x eldoc-mode' in a Org Mode buffer, I get this message: "There is no ElDoc support in this buffer" Am I doing it wrong?