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

2025-02-27 Thread Slava Barinov
Hello, Okay, let's merge this one, so it'll be available if someone wants to use it. And I'll spend some time to set up the correct environment, prepare package, tests and so on. Will be back in a while when the package has an appropriate state. Best Regards, Slava Barinov

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

2025-02-26 Thread Slava Barinov
Hello, Okay, agreed. Best Regards, Slava Barinov Ihor Radchenko writes: > Slava Barinov writes: > >> Ah! At last I've got the concern. >> >> You said about the situation where we want to save the manually inserted >> TBLFM >> when regenerating the

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

2025-02-25 Thread Slava Barinov
Hello, Ah! At last I've got the concern. You said about the situation where we want to save the manually inserted TBLFM when regenerating the table? Best Regards, Slava Barinov Ihor Radchenko writes: > Slava Barinov writes: > >> Oh, right, I messed the scopes. > > Is

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

2025-02-23 Thread Slava Barinov
Hello, Oh, right, I messed the scopes. Best Regards, Slava Barinov Ihor Radchenko writes: > Slava Barinov writes: > >> Okay, in that case we can just merge two loops into one and filter out the >> #+TBLFM line. This version works for me. >> + (when (and (string

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