From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Bug] org-get-outline-path includes headline at point Date: Tue, 01 Mar 2016 01:06:26 +0100 Message-ID: <87d1rfqcxp.fsf@nicolasgoaziou.fr> References: <8760x78fb7.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaXng-0007N2-68 for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 19:04:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaXnc-00086U-31 for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 19:04:28 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:53030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaXnb-00086O-Sv for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 19:04:24 -0500 In-Reply-To: <8760x78fb7.fsf@gmx.de> (Tobias Getzner's message of "Mon, 29 Feb 2016 20:52:28 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tobias Getzner Cc: emacs-orgmode@gnu.org Hello, Tobias Getzner writes: > When using the current git HEAD, I=E2=80=99ve noticed that my agenda has = become > rather messy. This is because I=E2=80=99m including the outline-path in a= genda > entries, and it seems that the changes following aa78158 (possibly > 66fbceb?) have changed the org-get-outline-path semantics. > > The documentation says that this function returns the path *to* the > current headline, i.e., it used to exclude the current headline itself. > So for a top-level headline, the path would be nil, etc. This doesn=E2=80= =99t > seem to be the case anymore in HEAD, where running org-get-outline-path > on a top-level headline will now return the headline string. Fixed. Thank you. Regards, --=20 Nicolas Goaziou