Re: [O] Export a weekly calendar view from org-agenda

2013-01-19 Thread Eric Fraga
Torsten Wagner writes: Hey Kyle, thanks for the info I will look into it. Maybe I should say more specific, I am looking for a typical calendar view (sort of table) as you know them from paper-based organizers. If I understood your solution, I would get a plain list of all events. I use

Re: [O] Export a weekly calendar view from org-agenda

2013-01-18 Thread Karl Voit
* Torsten Wagner wrote: > > Hey Kyle, > thanks for the info I will look into it. > Maybe I should say more specific, I am looking for a typical calendar view > (sort of table) as you know them from paper-based organizers. Probably [1] might be of use for you. But I do not know, how easy it is to

Re: [O] Export a weekly calendar view from org-agenda

2013-01-17 Thread Rasmus
> Maybe I should say more specific, I am looking for a typical calendar view > (sort of table) as you know them from paper-based organizers. > If I understood your solution, I would get a plain list of all events. Here's some options requiring little effort, but also somewhat unsatisfactory: 1.

Re: [O] Export a weekly calendar view from org-agenda

2013-01-17 Thread Torsten Wagner
Hey Kyle, thanks for the info I will look into it. Maybe I should say more specific, I am looking for a typical calendar view (sort of table) as you know them from paper-based organizers. If I understood your solution, I would get a plain list of all events. Thanks again Torsten On 18 January

Re: [O] Export a weekly calendar view from org-agenda

2013-01-17 Thread Kyle Machulis
Sure, you can just set a custom agenda view, like so: ("w" agenda "Week with events and no daily/chores" ((org-agenda-ndays-to-span 7) (org-agenda-ndays 7) (org-agenda-filter-preset '("-daily" Then export that. I have a system simil