* org-insert-dblock columnview: configure: interchange timestamp and item
@ 2019-02-16 8:46 Uwe Brauer
0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2019-02-16 8:46 UTC (permalink / raw)
To: emacs-orgmode
Hi
Suppose I have
* Overview
#+COLUMNS: %TIMESTAMP %25ITEM
** Introduction :StatNum:
<2019-01-29 Tue>
** Theory of everything :StatNum:
<2019-01-31 Thu>
Then org-insert-dblock inserts (using column view)
#+BEGIN: columnview :hlines 1 :id local
| TIMESTAMP | ITEM |
|--------------+----------------------|
| | Overview |
| <2019-01-29 Tue> | Introduction |
| <2019-01-31 Thu> | Theory of everything |
#+END:
Which is precisely what I want.
However I'd prefer to have the time stamp in the item title and the
phrase below such as:
* Overview 2
#+COLUMNS: %TIMESTAMP %25ITEM
** <2019-01-29 Tue> :StatNum:
Introduction
** <2019-01-31 Thu>
Theory of everything :StatNum:
But then org-insert-dblock produces
#+COLUMNS: %TIMESTAMP %25ITEM
#+BEGIN: columnview :hlines 1 :id local
| TIMESTAMP | ITEM |
|--------------+--------------|
| | Overview 2 |
| <2019-01-29 Tue> | <2019-01-29 Tue> |
| <2019-01-31 Thu> | <2019-01-31 Thu> |
#+END:
Which is not what I want.
Is there any way to configure org-insert-dblock the way I want?
Regards
Uwe Brauer
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-16 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-16 8:46 org-insert-dblock columnview: configure: interchange timestamp and item 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).