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
* 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
> 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.
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
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