Re: [O] cannot batch export agenda

2013-06-30 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I found this: > > (setq org-agenda-sticky nil) > > to be working, which might indicate a bug in the batch export when using > sticky agenda views. > > So this does what I want: > emacs -batch -l ~/.emacs -eval ' (progn (setq org-agenda-sticky > nil)(org-batc

Re: [O] cannot batch export agenda

2013-06-01 Thread Rainer Stengele
Am 01.06.2013 17:37, schrieb Rainer Stengele: > Hi! > > Trying to export an agenda view by command line I get this error: > > > No buffer named *Org Agenda* > > > How can I track the reason on the comand line? > I use sticky agenda views. > > > The command is here: > emacs -batch -l ~/.emacs