From mboxrd@z Thu Jan 1 00:00:00 1970 From: timor Subject: Should org-get-outline-path strip dedicated targets? Date: Fri, 3 Jun 2016 14:24:43 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8o9d-0000FG-Mw for emacs-orgmode@gnu.org; Fri, 03 Jun 2016 08:24:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8o9c-0006RP-TF for emacs-orgmode@gnu.org; Fri, 03 Jun 2016 08:24:45 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:36759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8o9c-0006RK-MJ for emacs-orgmode@gnu.org; Fri, 03 Jun 2016 08:24:44 -0400 Received: by mail-wm0-x230.google.com with SMTP id n184so123536666wmn.1 for ; Fri, 03 Jun 2016 05:24:44 -0700 (PDT) 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 a document like this: * some header <> ** some subtree *** some entry Then calling org-get-outline-path on the deepest headline returns ("some header <>" "some subtree") I don't know what exactly org-get-outline-path is used for in org mode, but for what I want to use it, I will remove the "<>" part manually. I was just wondering if maybe this should already be done in org-get-outline-path itself, since links are also replaced by their description according to the documentation. regards, timor