[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dynamic block tables: adding prefix of "id:" to %ID
From: |
Karl Voit |
Subject: |
Dynamic block tables: adding prefix of "id:" to %ID |
Date: |
Fri, 23 Jul 2021 10:46:57 +0200 |
User-agent: |
slrn/1.0.3 (Linux) |
Hi,
I do have a dynamic block table like this:
#+BEGIN: columnview :id global :match "+project-focus/!+STARTED|+NEXT|+WAITING"
:format "%TODO(State) %ITEM(What) %ID(ID) %TAGS(Tags)"
| State | What | ID | Tags |
|---------+--------------------+-----+---------------|
| STARTED | [12/14] proj foo | foo | :foo:project: |
| NEXT | [0/0] proj bar | bar | :bar:project: |
| STARTED | [191/191] proj baz | baz | :baz:project: |
#+END:
Is there a way to get the ID column with working ID links such as:
#+BEGIN: columnview :id global :match "+project-focus/!+STARTED|+NEXT|+WAITING"
:format "%TODO(State) %ITEM(What) %ID(ID) %TAGS(Tags)"
| State | What | ID | Tags |
|---------+--------------------+--------+---------------|
| STARTED | [12/14] proj foo | id:foo | :foo:project: |
| NEXT | [0/0] proj bar | id:bar | :bar:project: |
| STARTED | [191/191] proj baz | id:baz | :baz:project: |
#+END:
Thanks!
--
get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
> get Memacs from https://github.com/novoid/Memacs <
Personal Information Management > http://Karl-Voit.at/tags/pim/
Emacs-related > http://Karl-Voit.at/tags/emacs/
- Dynamic block tables: adding prefix of "id:" to %ID,
Karl Voit <=