From: Garrido Xavier <garrido@lal.in2p3.fr>
To: Nick Dokos <ndokos@gmail.com>, emacs-orgmode@gnu.org
Cc: mylesenglish@gmail.com
Subject: Re: Makefile to export to html/pdf using emacsclient
Date: Wed, 09 Oct 2013 17:59:17 +0200 [thread overview]
Message-ID: <52557D55.10501@lal.in2p3.fr> (raw)
In-Reply-To: <87hacqikbz.fsf@alphaville.bos.redhat.com>
Le 09/10/2013 16:34, Nick Dokos a écrit :
> Garrido Xavier <garrido@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
/--\ garrido@lal.in2p3.fr UMR 8607
| garrido@in2p3.fr Batiment 200
|__ +33 1.64.46.84.28 91898 Orsay Cedex, France
prev parent reply other threads:[~2013-10-09 15:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-08 18:56 Makefile to export to html/pdf using emacsclient Garrido Xavier
2013-10-08 21:42 ` Myles English
2013-10-09 14:34 ` Nick Dokos
2013-10-09 15:59 ` Garrido Xavier [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=52557D55.10501@lal.in2p3.fr \
--to=garrido@lal.in2p3.fr \
--cc=emacs-orgmode@gnu.org \
--cc=mylesenglish@gmail.com \
--cc=ndokos@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).