emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Row reference for :table-line-pos in a capture template.


From: address@hidden
Subject: [O] Row reference for :table-line-pos in a capture template.
Date: Wed, 13 Apr 2016 17:37:50 +0200

hello,
I'm trying to use :table-line-pos in a capture template.
I want add new line just after the third hline in the table.
I try "III" "III+" "III+1" "4"... Any ideas?

this is the line in my org-capture-templates :
("X" "Test" table-line (file+headline "/media/yann/crypt/gtd/collecte/projets/test.org" "table") "| | | | |%t | |" :table-line-pos "4")

and this is my files test.org :

* table
|---+--------+-------+-------------+--------------------+---|
|   |  Somme | Objet |      Compte | Date               |   |
|---+--------+-------+-------------+--------------------+---|
| _ |  Total |       |             |                    |   |
| # | 140.00 |       |             |                    |   |
|---+--------+-------+-------------+--------------------+---|
|   |     60 | test2 |          03 | <2016-04-13 mer.>  |   |
|   |     50 | test  | 12040538001 | <2016-03-12 sam.>  |   |
|   |     10 | 10    |    13221312 | <2016-02-11 jeu.>  |   |
|---+--------+-------+-------------+--------------------+---|
#+TBLFM:$Total=vsum(@address@hidden);%.2f

Thank you.
Regards,

Yann
reply via email to

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