Le 09/10/2013 16:34, Nick Dokos a écrit :
Garrido Xavier <garr...@lal.in2p3.fr> writes:

Dear orgers,

Sometimes ago Eric Schulte posted a Makefile to run the exporter in a
asynchronous way (see
http://lists.gnu.org/archive/html/emacs-orgmode/2012-11/msg00788.html). I
am wondering if it is possible to use =emacsclient= in order not to
load any special init file but the current emacs settings. I have
tried to setup something like that

emacsclient -n --eval '(org-beamer-export-to-pdf)' talk.org

but then I get stuck inside my current emacs frame waiting for an
output file. Can someone helps me on this issue. Maybe the solution is
trivial and I'm too noob to catch it.


Shot in the dark: what happens if you use (org-beamer-export-to-pdf t)?

The same, it is still waiting for an output file.

Following Myles answer I get something almost working by doing

emacsclient -n --eval '(progn (find-file "talk.org")(org-beamer-export-to-pdf))'

It switches the buffer to the "talk.org" in my current emacs frame but it is almost working.

Xavier


--
Nick



--

  |
  |__     GARRIDO Xavier       Laboratoire de l'Accélérateur Linéaire
   /\     NEMO                 Université Paris-Sud 11
  /--\    garr...@lal.in2p3.fr UMR 8607
  |       garr...@in2p3.fr     Batiment 200
  |__     +33 1.64.46.84.28    91898 Orsay Cedex, France



Reply via email to