From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: [bug] canonical context not work in 8.3 Date: Thu, 6 Aug 2015 16:10:29 -0700 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]:43730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNUJ0-0004XI-AN for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 19:10:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNUIw-00011H-7R for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 19:10:34 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:38818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNUIv-000113-So for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 19:10:30 -0400 Received: by wibxm9 with SMTP id xm9so43612423wib.1 for ; Thu, 06 Aug 2015 16:10:29 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode (setq org-show-context-detail '((default . canonical))) not work going from agenda appears to show the first child, and takes 5s or so. my expectation is that canonical visibility shows no entry and no children. first child is non-canonical (i.e. cannot be reproduced with arrows and tab). reproduces with my -Q testcase on emacs-version "24.4.1" on recent maint 8.3. thanks.