Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Ken Mankoff
On Thu, Aug 16, 2012 at 8:25 PM, Nick Dokos wrote: > > Try > > emacs -q -l /path/to/minimal/org.el\ >--eval '(progn (setq org-agenda-window-setup (quote current-window)) > (org-agenda nil "c" nil))' > > Nick Works perfectly! Thank you. -k.

Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Nick Dokos
Ken Mankoff wrote: > Hi Eric, > > On Thu, Aug 16, 2012 at 3:50 PM, Eric Abrahamsen > wrote: > > On Fri, Aug 17 2012, Ken Mankoff wrote: > > > >> Hi, > >> > >> I find the first thing I do after launching emacs is to load my custom > >> agenda, bound to C-c a c. > >> > >> Is there a way I can lau

Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Ken Mankoff
Hi Eric, On Thu, Aug 16, 2012 at 3:50 PM, Eric Abrahamsen wrote: > On Fri, Aug 17 2012, Ken Mankoff wrote: > >> Hi, >> >> I find the first thing I do after launching emacs is to load my custom >> agenda, bound to C-c a c. >> >> Is there a way I can launch this from the command-line? I know I can

Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Eric Abrahamsen
On Fri, Aug 17 2012, Ken Mankoff wrote: > Hi, > > I find the first thing I do after launching emacs is to load my custom > agenda, bound to C-c a c. > > Is there a way I can launch this from the command-line? I know I can > run 'emacs -eval "(foo)"', but I haven't been able to determine the > func

Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Nick Dokos
Ken Mankoff wrote: > Hi, > > I find the first thing I do after launching emacs is to load my custom > agenda, bound to C-c a c. > > Is there a way I can launch this from the command-line? I know I can > run 'emacs -eval "(foo)"', but I haven't been able to determine the > function that loads my