From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: Weight of headers Date: Sun, 26 Feb 2012 22:56:32 -0500 Message-ID: <87wr79kjyn.fsf@iro.umontreal.ca> References: <8762euxqli.fsf@iro.umontreal.ca> <874nudhj4j.fsf@gmail.com> <871uphlzfs.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1rhS-0003z8-PB for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 22:56:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1rhR-0004jO-RO for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 22:56:34 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:62843 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1rhR-0004jK-Lp for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 22:56:33 -0500 In-Reply-To: <871uphlzfs.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Sun, 26 Feb 2012 22:36:55 -0500") 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 pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: > Roughly copying code from here and there (and not even understanding it, > some dead code might remain), I turned your function into the > following: Hmph! There seemingly is a problem however. I tried it on a few files, and it usually does it works quickly, or in no more than a few seconds. However, on one of my Org files, after many minutes, Emacs is still processing the command. If I interrupt it (with C-g), the main text displays its information, but the appendices do not. I do not know if this matters: while all the appendices together do not use much space in *this* file, they are merely made up of #+INCLUDE directives, each preceded by a short introductory text. The included files may be a bit longish however. Fran=C3=A7ois