From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Roelli, Charles A" Subject: Echo heading hierarchy at point Date: Thu, 21 Jul 2016 17:02:34 +0000 Message-ID: <18C276A8-6C20-46ED-9450-84E027A21CA0@imperial.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQHND-00080s-IZ for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 13:03:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQHN9-0007B8-8s for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 13:02:58 -0400 Received: from smtp1.cc.ic.ac.uk ([155.198.5.155]:34272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQHN8-0007A3-UG for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 13:02:55 -0400 Received: from icexch-h3.ic.ac.uk ([2001:630:12:610::138]) by smtp1.cc.ic.ac.uk with esmtp (Exim 4.86) (envelope-from ) id 1bQHN6-00012B-Gj for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 18:02:52 +0100 Content-Language: en-GB Content-ID: 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" If I have this structure, with point marked by the "$": * Heading Level 1 ** Heading Level 2 $ Is there a way to have the current place in the outline [Heading Level 1 = =3D> Heading Level 2] temporarily echoed in the minibuffer? Also important = is that the point shouldn't have to be on the heading title for it to work. At the moment I am using 'which-function-mode' to accomplish something simi= lar: it displays the current subheading in the mode line. However it relies= on Imenu (so it needs to be rescanned when new headings are added). If any= body knows a better way I would be interested in hearing about it. Cheers, Charles