Re: [O] Very minimal async export example does not work

2013-10-29 Thread Miguel Ruiz
org-export-async-debug t) (setq org-export-async-init-file "path/to/minimal-org.el") #+END_SRC Miguel. De: Nicolas Goaziou Para: Miguel Ruiz CC: "emacs-orgmode@gnu.org" Enviado: Martes 29 de octubre de 2013 9:09 Asunto: Re: [O] V

Re: [O] Very minimal async export example does not work

2013-10-29 Thread Nicolas Goaziou
Hello, Miguel Ruiz writes: > I'm trying to get a very minimal example of async export working. For some reason `org-export-async-init-file' is set to nil, which is not allowed (at the moment). Try setting it to "minimal-org.el" (full path) instead. Regards, -- Nicolas Goaziou

[O] Very minimal async export example does not work

2013-10-29 Thread Miguel Ruiz
I'm trying to get a very minimal example of async export working. Can you help me? I'm running out of ideas. TIA WindowsXP-SP3, Emacs 24.3, Org [8.2.1 (release_8.2.1-134-g8b264d @ c:/org-mode/lisp/)] #+BEGIN_SRC command-line emacs -Q -l minimal-org.el #+END_SRC #+BEGIN_SRC minimal-org.el