Re: [PATCH] lisp/org-collector.el: Add support for TBLFM

2025-02-22 Thread Slava Barinov
Hello, Okay, in that case we can just merge two loops into one and filter out the #+TBLFM line. This version works for me. Best Regards, Slava Barinov Ihor Radchenko writes: > Slava Barinov writes: > >> Yes, the block is cleaned but the #+TBLFM line is included into >> `co

Re: [PATCH] lisp/org-collector.el: Add support for TBLFM

2025-02-22 Thread Slava Barinov
#+TBLFM. Not sure if #+TBLFM can be placed in some other line though. And I'll check the ELPA rules and what should I do to prepare the correct package for org-collector. Best Regards, Slava Barinov Ihor Radchenko writes: > Slava Barinov writes: > >> Okay, in that case bou

Re: [PATCH] lisp/org-collector.el: Add support for TBLFM

2025-02-21 Thread Slava Barinov
Hello, Oh! Sorry, it seems I missed the last email. Okay, in that case bounded re-search-forward up to the next paragraph should work. And as for maintenance, I think I can allocate some time for that. What activities are expected from a script maintainer? Best Regards, Slava Barinov Ihor

[PATCH] lisp/org-collector.el: Add support for TBLFM

2024-12-06 Thread Slava Barinov
The :tblfm keyword adds formulas to the end of table so they are applied right after collection is done and the table is generated. * lisp/org-collector.el (org-dblock-write:propview): Add support for the :tblfm keyword. --- lisp/org-collector.el | 10 ++ 1 file changed, 10 insertions(+)

Re: [O] [PATCH] org-collector.el: Add support for formulas appending

2019-03-21 Thread Slava Barinov
ion be added? I can prepare additional patch. Best Regards, Slava Barinov. Nicolas Goaziou wrote: > > Hello, > > Slava Barinov writes: > > > * contrib/lisp/org-collector.el (org-dblock-write:propview): add > > :tblfm keyword parameter support > > > > This ad

[O] [PATCH] org-collector.el: Add support for formulas appending

2019-03-18 Thread Slava Barinov
* contrib/lisp/org-collector.el (org-dblock-write:propview): add :tblfm keyword parameter support This adds possiblity to append formula line to table which is useful in certain cases, especially during updates and recalculation of whole table. Signed-off-by: Slava Barinov --- contrib/lisp