From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Makefile to export to html/pdf using emacsclient Date: Wed, 09 Oct 2013 10:34:56 -0400 Message-ID: <87hacqikbz.fsf@alphaville.bos.redhat.com> References: <5254554A.8010806@lal.in2p3.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTur1-0001FW-Nw for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 10:35:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTuqw-0007ui-Sj for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 10:35:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:46097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTuqw-0007rS-MM for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 10:35:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VTuqv-0001fX-HJ for emacs-orgmode@gnu.org; Wed, 09 Oct 2013 16:35:05 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Oct 2013 16:35:05 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Oct 2013 16:35:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Garrido Xavier 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)? -- Nick