From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Too large file for Org-mode? Date: Wed, 14 Nov 2012 11:21:56 -0500 Organization: A noiseless patient Spider Message-ID: 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 1352910317 7878 80.91.229.3 (14 Nov 2012 16:25:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Nov 2012 16:25:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 14 17:25:28 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 1TYfmJ-00042L-8e for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Nov 2012 17:25:27 +0100 Original-Received: from localhost ([::1]:54587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYfm9-0004kc-G4 for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Nov 2012 11:25:17 -0500 Original-Path: usenet.stanford.edu!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Injection-Info: mx04.eternal-september.org; posting-host="921e29d1e196afb8f9ddf8bfca084239"; logging-data="21077"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/JtRCaBRKlz4GFExqva9z7" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:zhRgNb/GL2exxzz76tWrakgKzv0= sha1:5F8DoiNpt2+x4zeJv6jZxQNyiNk= Original-Xref: usenet.stanford.edu gnu.emacs.help:195363 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:87687 Archived-At: > 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). Stefan