From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Too large file for Org-mode? Date: Fri, 23 Nov 2012 11:03:25 +0100 Message-ID: <87fw40eivm.fsf@bzg.ath.cx> References: <4415d9df-80f6-4ca5-8e2b-312c8e3c92a4@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1353665030 25385 80.91.229.3 (23 Nov 2012 10:03:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2012 10:03:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 23 11:04:02 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tbq77-0002sc-RA for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2012 11:04:01 +0100 Original-Received: from localhost ([::1]:47403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbq6w-0005Sj-Kx for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2012 05:03:50 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbq6i-0005SU-NI for help-gnu-emacs@gnu.org; Fri, 23 Nov 2012 05:03:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tbq6b-0000yn-0c for help-gnu-emacs@gnu.org; Fri, 23 Nov 2012 05:03:36 -0500 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:62808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbq6a-0000yc-QP for help-gnu-emacs@gnu.org; Fri, 23 Nov 2012 05:03:28 -0500 Original-Received: by mail-wg0-f49.google.com with SMTP id gg4so578889wgb.30 for ; Fri, 23 Nov 2012 02:03:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=c+Ua9MLBnXSgTVdxGuGrs4OUzcv4Quapppp163XbRIc=; b=jpND9eS1rTv73dfmlxOjYIiuToUlu864UE6d9F3KN+/b8bYxeM1egpPVX7KngSdZUm d8JH5LE6O8A6YOS9HWcfp6dLKaqXWtmhrLKQZq29afDsEr1f/XxJ96ug2gYq0OLz3NCY hoWB3wMistpPISuaLOrIfB0WSMULG2uqppvPxgo+JtkUZGPHZc3bp/VZfHgTjRqz5jFD iS9xU1//kEB7Y+3NVNbFOzDSZ5qRTv1DxqN0pZgfX/IrwTIR+F/jgnqoQYCHrvr9sOCV SBGpZ7WQ3NjvYplh/edALi8PxRHD+cPkMEvhSWZ+mtYqwzq2MuhrTp0GaGcanaK2x8rh LWEg== Original-Received: by 10.180.88.71 with SMTP id be7mr4981600wib.17.1353665007053; Fri, 23 Nov 2012 02:03:27 -0800 (PST) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id eu8sm7870357wib.1.2012.11.23.02.03.25 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Nov 2012 02:03:26 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 6330D22421; Fri, 23 Nov 2012 11:03:25 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Wed, 14 Nov 2012 11:21:56 -0500") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.49 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87859 Archived-At: Stefan Monnier writes: >> Then try to export the .org file to HTML, C-g if needed, >> then M-x elp-results RET will provide some information >> on the time spent by the exporter's function. Maybe >> on of them is buggy and will take too much time. > > And with Emacs-24.3 you can use M-x profiler-start RET instead (which > works differently, so it has its advantages and disadvantages: among the > advantages there's the fact that it will report data even on functions > which were interrupted by C-g before then finished, and the fact that > you don't need to specify (via elp-instrument) which functions you want > to profile). I just tested M-x profiler-start RET - great! I'm surprised there is no profiler-stop, but maybe that does not make sense? I'm not familiar with anything regarding profiling. -- Bastien