From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Trying to print the agenda in the terminal - emacs stdout limit? Date: Tue, 4 Sep 2012 03:21:50 +0000 (UTC) Message-ID: <877gsa8oj3.fsf@mean.albasani.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8jiE-00081J-U4 for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 23:22:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8jiD-00089F-Sn for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 23:22:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:56418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8jiD-000897-M0 for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 23:22:01 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T8jiE-0006A1-QW for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 05:22:02 +0200 Received: from e178192084.adsl.alicedsl.de ([85.178.192.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Sep 2012 05:22:02 +0200 Received: from gegendosenfleisch by e178192084.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Sep 2012 05:22:02 +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 Hi, Marcelo de Moraes Serpa writes: > If I eval this block in Emacs, the whole agenda text is shown in the > *Messages* buffer, but when I run it from the command line, it only > shows the first two lines:  > > ➜  ~  ./script.el > Global list of TODO items of type: ALL > Available with `N r': (0)ALL > > The rest seems to be truncated somehow. Does anyone know what could be > happening? Quick test here with emacs 23 and 24 seems to work. ,----[ (info "(emacs)Initial Options") ] | `--batch' implies `-q' (do not load an initialization file), but | `site-start.el' is loaded nonetheless. `---- Did you setq your org-agenda-files in that script? My first guess would be it is not set. hth