Re: Agenda without todos only if there is no other timestamp

2022-05-04 Thread Karl Voit
Hi, * TRS-80 wrote: > >> On 2022-04-05 04:48, Karl Voit wrote: >>> Hi, >>> I've got following custom agenda for exporting: >>> | ("n" "no TODO events +180d" >>> | ((agenda "no TODO events +180d" >>> | ((org-agenda-span 180) >>> |(org-agenda-time-grid nil) >>> |

Re: Agenda without todos only if there is no other timestamp

2022-05-04 Thread Ihor Radchenko
Karl Voit writes: > I've got following custom agenda for exporting: > > | ("n" "no TODO events +180d" > | ((agenda "no TODO events +180d" > | ((org-agenda-span 180) > |(org-agenda-time-grid nil) > |(org-agenda-entry-types '(:timestamp :sexp)) > |

Re: Agenda without todos only if there is no other timestamp

2022-05-03 Thread TRS-80
TRS-80 writes: > On 2022-04-05 04:48, Karl Voit wrote: >> Hi, >> I've got following custom agenda for exporting: >> | ("n" "no TODO events +180d" >> | ((agenda "no TODO events +180d" >> | ((org-agenda-span 180) >> |(org-agenda-time-grid nil) >> |

Re: Agenda without todos only if there is no other timestamp

2022-04-05 Thread TRS-80
On 2022-04-05 04:48, Karl Voit wrote: Hi, I've got following custom agenda for exporting: | ("n" "no TODO events +180d" | ((agenda "no TODO events +180d" | ((org-agenda-span 180) |(org-agenda-time-grid nil) |(org-agenda-entry-types '(:timestamp :sexp)) |

Agenda without todos only if there is no other timestamp

2022-04-05 Thread Karl Voit
Hi, I've got following custom agenda for exporting: | ("n" "no TODO events +180d" | ((agenda "no TODO events +180d" | ((org-agenda-span 180) |(org-agenda-time-grid nil) |(org-agenda-entry-types '(:timestamp :sexp)) |(org-agenda-skip-function |