From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: texi to org? Date: Sun, 18 Feb 2018 23:14:36 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c1c00fea60c79056588eea4" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1encqe-0003g6-NP for emacs-orgmode@gnu.org; Sun, 18 Feb 2018 23:14:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1encqd-0006Db-BJ for emacs-orgmode@gnu.org; Sun, 18 Feb 2018 23:14:40 -0500 Received: from mail-ot0-x234.google.com ([2607:f8b0:4003:c0f::234]:46259) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1encqd-0006CJ-5w for emacs-orgmode@gnu.org; Sun, 18 Feb 2018 23:14:39 -0500 Received: by mail-ot0-x234.google.com with SMTP id 41so2311189otd.13 for ; Sun, 18 Feb 2018 20:14:38 -0800 (PST) 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 Mailinglist --94eb2c1c00fea60c79056588eea4 Content-Type: text/plain; charset="UTF-8" Is there such a thing as a converter from a raw texi file to an org file? I'm experimenting with manual formats and would like to take texi/info files and convert them to org files. I've tried two approaches with pandoc, namely, html to org and text (markdown) to org -- and they've produced org files that lock up Emacs (25.3) - Org (9.1.6). Yes, they come up after a good half hour, but Emacs is still locked up with my CPUs racing. Right now I'm working with Emacs Calc 's single html manual. I've done >pandoc -f html -t org -o GNUEmacsCalcManual.org GNUEmacsCalcManual.html and it produces a 2.3 mb file that, as I say, doesn't come up well. This was following Using Emacs Pandoc . I don't necessarily need to do this, but I've had this issue before with semi-large org files, e.g., a mg-sized file with lots of scheduling stuff. What sort of processing is going on to open an org file that it would bog down so badly? Is there anything I can do outside of Emacs to help my pandoc-produced org file? LB --94eb2c1c00fea60c79056588eea4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Is there such a thing as a converter from a raw texi file = to an org file? I'm experimenting with manual formats and would like to= take texi/info files and convert them to org files. I've tried two app= roaches with pandoc, namely, html to org and text (markdown) to org -- and = they've produced org files that lock up Emacs (25.3) - Org (9.1.6). Yes= , they come up after a good half hour, but Emacs is still locked up with my= CPUs racing. Right now I'm working with=C2=A0Emacs Calc's singl= e html manual. I've done

>pandoc -f html -t org -= o GNUEmacsCalcManual.org GNUEmacsCalcManual.html

a= nd it produces a 2.3 mb file that, as I say, doesn't come up well. This= was following=C2=A0Using Emacs Pandoc.

I don't nec= essarily need to do this, but I've had this issue before with semi-larg= e org files, e.g., a mg-sized file with lots of scheduling stuff. What sort= of processing is going on to open an org file that it would bog down so ba= dly? Is there anything I can do outside of Emacs to help my pandoc-produced= org file?

LB
--94eb2c1c00fea60c79056588eea4--