emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* make org-insert-dblock:columnview more calendar like?
@ 2020-02-05 20:41 Uwe Brauer
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2020-02-05 20:41 UTC (permalink / raw)
  To: emacs-orgmode

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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-05 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 20:41 make org-insert-dblock:columnview more calendar like? Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).