Re: [O] Generate custom org-agenda

2016-04-11 Thread Karl Voit
* Adam Porter wrote: > I think you just need this: > > (org-agenda ARG ORG-KEYS RESTRICTION) You're right: I was not able to read the help of org-agenda by myself. This is, how it works: (org-agenda nil "n") Thanks! --

Re: [O] Generate custom org-agenda

2016-04-11 Thread Adam Porter
I think you just need this: (org-agenda ARG ORG-KEYS RESTRICTION)

[O] Generate custom org-agenda

2016-04-10 Thread Karl Voit
Hi! org-agenda-list generates my default agenda. I can generate it via Elisp via org-agenda-list. What about a different agenda I already defined with org-agenda-custom-commands? Am I able to generate it via Elisp as well? The agenda dispatcher generates my custom agenda of choice via «n». Is