Usually my tasks I write like this

 * Amnu



 #+COLUMNS: %TIMESTAMP %25ITEM 
 ** First contact                                      :Amnu:
 <2019-02-01 Fri> 
 ** GramSchmidt and Householder                        :Amnu:
 <2019-02-08 Fri> 
 ** Finish Householder, start power and QR             :Amnu:
<2019-02-15 Fri> 

Which is then converted via  org-insert-dblock:columnview to 


#+BEGIN: columnview :hlines 1 :id local
| TIMESTAMP    | ITEM                                   |
|--------------+----------------------------------------|
|              | Amnu                                   |
| <2019-02-01 Fri> | First contact                          |
| <2019-02-08 Fri> | GramSchmidt and Householder            |
| <2019-02-15 Fri> | Finish Householder, start power and QR |
#+END:


Is there any other function, or package which would generate a more
calendar like view?

Thanks and regards

Uwe Brauer 

* Amnu

#+COLUMNS: %TIMESTAMP %25ITEM 
** First contact                                      :Amnu:
<2019-02-01 Fri> 
** GramSchmidt and Householder                        :Amnu:
<2019-02-08 Fri> 
** Finish Householder, start power and QR             :Amnu:


Reply via email to