Ah, good catch! Damn, forgot about this. Works fine now, thanks!

On Mon, Sep 3, 2012 at 10:21 PM, Memnon Anon <gegendosenfleisch@googlemail.com> wrote:
Hi,

Marcelo de Moraes Serpa <celoserpa@gmail.com> 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