From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: export outside of emacs Date: Sun, 28 Jul 2019 12:27:30 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54279) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrgPR-00081n-Dk for emacs-orgmode@gnu.org; Sun, 28 Jul 2019 06:28:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrgPQ-0005xl-Kz for emacs-orgmode@gnu.org; Sun, 28 Jul 2019 06:28:09 -0400 Received: from mail-io1-xd34.google.com ([2607:f8b0:4864:20::d34]:33340) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hrgPQ-0005wF-HE for emacs-orgmode@gnu.org; Sun, 28 Jul 2019 06:28:08 -0400 Received: by mail-io1-xd34.google.com with SMTP id z3so4151475iog.0 for ; Sun, 28 Jul 2019 03:28:07 -0700 (PDT) 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" To: emacs-org list Hi all, how can I run emacs to export org-mode files from outside of Emacs? I would like to provide a Makefile or a script to automatically build PDFs (LaTeX and Beamer) out of my org file repository. Thanks, Luca