From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: org-goto outline-path-completion bugs Date: Tue, 20 Dec 2011 13:08:25 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd472-0003gB-MB for emacs-orgmode@gnu.org; Tue, 20 Dec 2011 13:08:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd471-0000fC-MW for emacs-orgmode@gnu.org; Tue, 20 Dec 2011 13:08:28 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:37574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd471-0000ej-H7 for emacs-orgmode@gnu.org; Tue, 20 Dec 2011 13:08:27 -0500 Received: by pbdd2 with SMTP id d2so3197594pbd.0 for ; Tue, 20 Dec 2011 10:08:25 -0800 (PST) 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: emacs-orgmode@gnu.org I recently upgraded to the latest version of org (from 7.4) and found that org-goto started exhibiting the following bugs when used in outline-path-completion mode: 1. If the point is before the first heading, org-goto will fail with "Before first headline at position 1 in buffer " 2. If the point is on a heading, org-goto will effectively not see this heading or its children. For instance, in the following hierarchy: * foo ** bar * baz when the point is somewhere on * foo, the whole * foo subtree is effectively invisible in org-goto 3. Similarly, when used with ido completion, the current heading and its children are excluded from ido completion list and are inaccessible. I am seeing this on Linux Mint 12, GNU Emacs 24.0.92.1 (x86_64-pc-linux-gnu, GTK+ Version 3.2.0) With a different version of emacs, GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.5), I don't see behavior (2) -- the heading at point is in fact visible to org-goto. However, the ido completing read is still broken.