Re: [PATCH] faster org-table-align

2020-05-08 Thread tbanelwebmin
Le 08/05/2020 à 15:44, Nicolas Goaziou a écrit : > Hello, > > tbanelwebmin writes: > >> `org-table-align' may benefit from recent `org-table-to-lisp' >> speed-up. >> >> The current code contains the following lines in org-table.el. They >> parse the table into a Lisp structure, which is

Re: [PATCH] faster org-table-align

2020-05-08 Thread Nicolas Goaziou
Hello, tbanelwebmin writes: > `org-table-align' may benefit from recent `org-table-to-lisp' > speed-up. > > The current code contains the following lines in org-table.el. They > parse the table into a Lisp structure, which is precisely what > `org-table-to-lisp' is supposed to do. > > (fields

[PATCH] faster org-table-align

2020-05-08 Thread tbanelwebmin
`org-table-align' may benefit from recent `org-table-to-lisp' speed-up. The current code contains the following lines in org-table.el. They parse the table into a Lisp structure, which is precisely what `org-table-to-lisp' is supposed to do. (fields (mapcar (lambda (l)