From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mikhail Titov" Subject: How to get to work non-interactive publishing? Date: Thu, 17 May 2012 21:40:51 -0500 Message-ID: <005401cd349f$a4382600$eca87200$@us> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVD7b-0002DT-VO for emacs-orgmode@gnu.org; Thu, 17 May 2012 22:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVD7a-0002Dj-D3 for emacs-orgmode@gnu.org; Thu, 17 May 2012 22:40:51 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:33590) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SVD7a-0002D0-59 for emacs-orgmode@gnu.org; Thu, 17 May 2012 22:40:50 -0400 Content-Language: en-us 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 Hello! I can publish project if I don=E2=80=99t use =E2=80=93-batch . So the = following works just fine: emacs -nw --eval '(org-publish-project = "myproj")' However nothing happens if I try emacs --batch --eval = '(org-publish-project "myproj")' Does anybody have an idea how to pin point the problem? It just returns = almost instantaneously with no output to stderr. I do use ESS, and I have lots of R code some of which is intentionally = non-cached. I=E2=80=99m running GNU Emacs 24.1.50.2 (revno: 108254) with = default orgmode if it makes any difference. Thank you, Mikhail