[O] Trying to print the agenda in the terminal - emacs stdout limit?

2012-09-03 Thread Marcelo de Moraes Serpa
Hey guys, I'm doing a small experiment and trying to print the agenda buffer to the terminal. I have a elisp script (with the shebang in the top pointing to emacs with the --script flag), and the following code (besides the code that loads org); (org-agenda nil t) (set-buffer *Org Agenda*)

Re: [O] Trying to print the agenda in the terminal - emacs stdout limit?

2012-09-03 Thread Memnon Anon
Hi, Marcelo de Moraes Serpa celose...@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

Re: [O] Trying to print the agenda in the terminal - emacs stdout limit?

2012-09-03 Thread Marcelo de Moraes Serpa
Ah, good catch! Damn, forgot about this. Works fine now, thanks! On Mon, Sep 3, 2012 at 10:21 PM, Memnon Anon gegendosenflei...@googlemail.com wrote: Hi, Marcelo de Moraes Serpa celose...@gmail.com writes: If I eval this block in Emacs, the whole agenda text is shown in the *Messages*