emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Makefile to export to html/pdf using emacsclient


From: Garrido Xavier
Subject: Re: [O] Makefile to export to html/pdf using emacsclient
Date: Wed, 09 Oct 2013 17:59:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Le 09/10/2013 16:34, Nick Dokos a écrit :
Garrido Xavier <address@hidden> 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
  /--\    address@hidden UMR 8607
  |       address@hidden     Batiment 200
  |__     +33 1.64.46.84.28    91898 Orsay Cedex, France





reply via email to

[Prev in Thread] Current Thread [Next in Thread]