From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Sh=C3=A9rab?= Subject: Problem while spell-checking an Org document Date: Thu, 4 Jul 2019 16:33:06 +0200 Message-ID: <20190704143306.GA25368@om.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59035) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj2nT-0001Gf-O5 for emacs-orgmode@gnu.org; Thu, 04 Jul 2019 10:33:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj2nP-0006GK-U1 for emacs-orgmode@gnu.org; Thu, 04 Jul 2019 10:33:14 -0400 Received: from sonata.ens-lyon.org ([140.77.166.138]:38274) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hj2nP-00067T-NT for emacs-orgmode@gnu.org; Thu, 04 Jul 2019 10:33:11 -0400 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 151D72010E for ; Thu, 4 Jul 2019 16:33:07 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vlHhyYYrAT97 for ; Thu, 4 Jul 2019 16:33:06 +0200 (CEST) Received: from om.localdomain (reverse-177-225.fdn.fr [80.67.177.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id EA1E6200E1 for ; Thu, 4 Jul 2019 16:33:06 +0200 (CEST) Received: from seb by om.localdomain with local (Exim 4.92) (envelope-from ) id 1hj2nK-0006bq-GF for emacs-orgmode@gnu.org; Thu, 04 Jul 2019 16:33:06 +0200 Content-Disposition: inline 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 Dear friends, I have started to write a reference manual for a tool using Org. When I run ispell on it, I would expect that the subtree containing an error gets expanded but that does not seem to be the case. As far as I can tell, point remains on the root title of the subtree containing the error and that subtree remains folded. I did lookup the documentation for both org-mode and ispell in emacs but couldn't find the response, neither could I solve the problems by looking up the Internet. Any help would thus be greatly appreciated. Many thanks in advance, Sh=C3=A9rab.