From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Ruiz Subject: Re: Very minimal async export example does not work Date: Tue, 29 Oct 2013 08:58:09 +0000 (GMT) Message-ID: <1383037089.578.YahooMailNeo@web171905.mail.ir2.yahoo.com> References: <1383032980.96135.YahooMailNeo@web171902.mail.ir2.yahoo.com> <87d2moa477.fsf@gmail.com> Reply-To: Miguel Ruiz Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="1200650283-872956864-1383037089=:578" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb57x-0002xV-Qi for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:58:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb57r-0003Em-GF for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:58:17 -0400 Received: from nm12-vm0.bullet.mail.ird.yahoo.com ([77.238.189.196]:32191) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Vb57q-0003EY-S2 for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:58:11 -0400 In-Reply-To: <87d2moa477.fsf@gmail.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: "emacs-orgmode@gnu.org" --1200650283-872956864-1383037089=:578 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thank you so much, Nicolas.=0A=0AFor your reference, I had to add (setq org= -export-async-debug t) as well. So this is my minimal-org.el=0A=0A=0A=0A#+B= EGIN_SRC emacs-lisp=0A=0A;;; Minimal setup to load latest `org-mode' and to= make async export working=0A=A0=A0=A0=A0 =0A;; activate debugging=0A(setq = debug-on-error=A0 t=0A=A0=A0=A0=A0=A0 debug-on-signal nil=0A=A0=A0=A0=A0=A0= debug-on-quit=A0=A0 nil)=0A=A0=A0=A0=A0 =0A;; add latest org-mode to load = path=0A(add-to-list 'load-path (expand-file-name "path/to/org-mode/lisp"))= =0A(add-to-list 'load-path (expand-file-name "path/to/org-mode/contrib/lisp= " t)) ;; probably not needed=0A=0A(setq org-export-async-debug t)=0A(setq o= rg-export-async-init-file "path/to/minimal-org.el")=0A=0A#+END_SRC=0A=0A=0A= =0AMiguel.=0A=0A=0A=0A________________________________=0A De: Nicolas Goazi= ou =0APara: Miguel Ruiz =0ACC: "em= acs-orgmode@gnu.org" =0AEnviado: Martes 29 de octub= re de 2013 9:09=0AAsunto: Re: [O] Very minimal async export example does no= t work=0A =0A=0AHello,=0A=0A=0AMiguel Ruiz writes:=0A= =0A> I'm trying to get a very minimal example of async export working.=0A= =0AFor some reason `org-export-async-init-file' is set to nil, which is not= =0Aallowed (at the moment). Try setting it to "minimal-org.el" (full path)= =0Ainstead.=0A=0A=0ARegards,=0A=0A-- =0ANicolas Goaziou --1200650283-872956864-1383037089=:578 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you= so much, Nicolas.

For your reference, I had to add (setq org-export= -async-debug t) as well. So this is my minimal-org.el


#+BEGIN_SRC emacs-lisp
;;; Mini= mal setup to load latest `org-mode' and to make async export working
&nb= sp;   
;; activate debugging
(setq debug-on-error&nbs= p; t
      debug-on-signal nil
  &= nbsp;   debug-on-quit   nil)
    = ;
;; add latest org-mode to load path
(add-to-list 'load-path (expan= d-file-name "path/to/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name "path/to/org-mode/contrib/lisp" t)) ;; probably not need= ed

(setq org-export-async-debug t)
(setq org-export-async-init-fi= le "path/to/minimal-org.el")
#+END_SRC
<= br>

Miguel.


De:= Nicolas Goaziou <n.goaziou@gmail.com>
Para= : Miguel Ruiz <rbenit68@yahoo.es>
CC: "emacs-orgmode@gnu.org" <emacs-orgmode@= gnu.org>
Enviado: = Martes 29 de octubre de 2013 9:09
Asunto: Re: [O] Very minimal async export example does not work=

Hello,

Miguel Ruiz <rb= enit68@yahoo.es> writes:

> I= 'm trying to get a very minimal example of async export working.


For some reason `org-export-async-init-fil= e' is set to nil, which is not
allowed (at the moment). T= ry setting it to "minimal-org.el" (full path)
instead.
=

Regards,

--
Nicolas Goaziou




--1200650283-872956864-1383037089=:578--