emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make org-insert-dblock:columnview more calendar like?


From: Uwe Brauer
Subject: make org-insert-dblock:columnview more calendar like?
Date: Wed, 05 Feb 2020 21:41:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]