From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Re: Nested exports - Exporting a "sub.org" file while exporting "main.org" Date: Wed, 15 Sep 2010 11:43:14 +0200 Message-ID: <4C909532.5020607@gmail.com> References: <4C8F5DD4.3080108@gmail.com> <87y6b42t5e.fsf@gmx.de> <8762y8885p.fsf@mundaneum.com> <4C90774A.1000208@gmail.com> <878w33l5s0.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=54844 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvoWU-0002Le-4p for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 05:43:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvoWS-0002MU-JL for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 05:43:25 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:59952) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvoWS-0002ML-FI for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 05:43:24 -0400 Received: by wwb24 with SMTP id 24so9187279wwb.30 for ; Wed, 15 Sep 2010 02:43:23 -0700 (PDT) In-Reply-To: <878w33l5s0.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?UTF-8?B?U8OpYmFzdGllbiBWYXViYW4=?= Cc: emacs-orgmode@gnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 15/09/10 11:23, Sébastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >> On 14/09/10 20:57, Sébastien Vauban wrote: >>> Sebastian Rose wrote: >>>> Rainer M Krug writes: >>>>> >>>>> I want to export a subdocument (sub.org) while exporting a main document >>>>> (main.org), but I am getting an "Args out of range: 0,0" error message >>>>> after the sub.org document is exported. >>>> >>>> in Org mode you would rather set up a special publishing project for such >>>> a task: >>>> >>>> (setq org-publish-project-alist [...] >>> >>> Rainer talks of exporting, hence the PDFLaTeX route, if he uses the right >>> vocabulary. >>> >>> I have a serious impression that it's related to what I experience myself >>> since a couple of days with LaTeX. Exactly the same message, in any case. See >>> my post on http://www.mail-archive.com/emacs-orgmode@gnu.org/msg30148.html. >> >> I was actually thinking about export to html, but the same error occurs when >> exporting to pdf. > > So, you still can't export to PDF, because of that same message, right? I can export a .org file to pdf and html, but when I have "nested exports", i.e. when I have in one org file which I want to export to html or pdf, the following: #+begin_src emacs-lisp :exports none :results silent (switch-to-buffer (find-file-noselect "rep.sim.org")) (org-export-as-pdf-and-open nil) (org-export-as-html-and-open nil) (kill-buffer "rep.sim.org") #+end_src it aborts after executing the code block (i.e. rep.sim.org is exported to html as well as pdf) with the byte-code: Args out of range: 0, 0 error. So I assume, it is something different. Cheers, Rainer > > Best regards, > Seb > - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa Tel: +33 - (0)9 53 10 27 44 Cell: +27 - (0)8 39 47 90 42 Fax (SA): +27 - (0)8 65 16 27 82 Fax (D) : +49 - (0)3 21 21 25 22 44 Fax (FR): +33 - (0)9 58 10 27 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyQlTIACgkQoYgNqgF2egoHhACcDYNW5SdjT+TMWw+2OuC6Nzar edQAn1Wg68Wg7LqDoQBbZAwtDJPcWfC0 =iQaF -----END PGP SIGNATURE-----