emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: org-insert-dblock columnview: configure: interchange timestamp and item
Date: Sat, 16 Feb 2019 09:46:52 +0100	[thread overview]
Message-ID: <87ftsoxgqr.fsf@mat.ucm.es> (raw)

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 

                 reply	other threads:[~2019-02-16  8:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ftsoxgqr.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).