emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Miguel Ruiz <rbenit68@yahoo.es>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Very minimal async export example does not work
Date: Tue, 29 Oct 2013 08:58:09 +0000 (GMT)	[thread overview]
Message-ID: <1383037089.578.YahooMailNeo@web171905.mail.ir2.yahoo.com> (raw)
In-Reply-To: <87d2moa477.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]

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

;;; Minimal setup to load latest `org-mode' and to make async export working
     
;; activate debugging
(setq debug-on-error  t
      debug-on-signal nil
      debug-on-quit   nil)
     
;; add latest org-mode to load path
(add-to-list 'load-path (expand-file-name "path/to/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name "path/to/org-mode/contrib/lisp" t)) ;; probably not needed

(setq org-export-async-debug t)
(setq org-export-async-init-file "path/to/minimal-org.el")

#+END_SRC



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 <rbenit68@yahoo.es> 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

[-- Attachment #2: Type: text/html, Size: 3193 bytes --]

      reply	other threads:[~2013-10-29  8:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-29  7:49 Very minimal async export example does not work Miguel Ruiz
2013-10-29  8:09 ` Nicolas Goaziou
2013-10-29  8:58   ` Miguel Ruiz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383037089.578.YahooMailNeo@web171905.mail.ir2.yahoo.com \
    --to=rbenit68@yahoo.es \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).