From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: Too large file for Org-mode? Date: Sun, 11 Nov 2012 21:08:20 +0530 Message-ID: <877gps880j.fsf@gmail.com> 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 1352648178 3707 80.91.229.3 (11 Nov 2012 15:36:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Nov 2012 15:36:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: twiki7619@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 11 16:36: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 1TXZaD-0004H7-Ck for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Nov 2012 16:36:25 +0100 Original-Received: from localhost ([::1]:46979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXZa3-0003CR-Vu for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Nov 2012 10:36:15 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:56343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXZZv-0003C6-L5 for help-gnu-emacs@gnu.org; Sun, 11 Nov 2012 10:36:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXZZs-0008Kh-J5 for help-gnu-emacs@gnu.org; Sun, 11 Nov 2012 10:36:07 -0500 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:40994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXZZs-0008Kb-Bg for help-gnu-emacs@gnu.org; Sun, 11 Nov 2012 10:36:04 -0500 Original-Received: by mail-pb0-f41.google.com with SMTP id xa7so34509pbc.0 for ; Sun, 11 Nov 2012 07:36:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=IKxZaVgOL+8iRl0fkuFUxZqoZxFnloIU1/dhgdCTnE0=; b=jipHsYKINVohjnYR5hpYOizmSV0A15VpZNZ6XfLKNBKqN8vW8TGS++TkgCX304jmC6 aF5b345leZyUEQ3Yaibz6IdH1BSySn1uoGfs63QSSm8k9kVhbpEQhceJ01wkFysYbztk l7IzJtcbxVSQ8VxeycJKAsKht+E693s51X1TtING0SN5IJWma0F5wSLRiseRju65bZJK 1zxjh+xD1TVXUDROB/d2lhcN/QkNeJyy1CoGkhjwCjGs1b+KRz+PYLy36AWoORHYW1TU b/cTAwrrUG643xTw56ixNxjSx8ACJX2qq7I8IvR8OrsVz4yFmz1wtBf7nrXiIuP0ND6t 8V6A== Original-Received: by 10.66.78.97 with SMTP id a1mr41679728pax.32.1352648163224; Sun, 11 Nov 2012 07:36:03 -0800 (PST) Original-Received: from debian-6.05 ([101.63.247.188]) by mx.google.com with ESMTPS id d2sm2729477paw.19.2012.11.11.07.36.00 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 11 Nov 2012 07:36:02 -0800 (PST) In-Reply-To: <4415d9df-80f6-4ca5-8e2b-312c8e3c92a4@googlegroups.com> (twiki's message of "Sun, 11 Nov 2012 04:42:36 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.41 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:87642 Archived-At: Please move this question to Orgmode mailing list. http://lists.gnu.org/archive/html/emacs-orgmode/ http://thread.gmane.org/gmane.emacs.orgmode/ I would assume that a 5000 line file is not really a big file. The problem could be elsewhere. You need to atleast say what version of Orgmode you are using and whether you could reproduce the issue with emacs -Q. > I have a very large file org-mode with more than 5000 lines > The file is structured with a heading and many lines that constitute a list: > > * ONE HEAD > - yyyy > - bbbb > - cccc > - .... > - .... > - zzzz > > When I try to export to HTML file that Emacs is virtually crash > ... continues processing without ending > > The file is too big? There are limits to the exported file? > Suggestions? > --