My only guess would be repeatedly calling the `org-table-put' function
from inside of your inner while loop. Specifically including the ALIGN
option to the function is repeatedly re-aligning your table. Maybe
performance would be improved by calling `org-table-align' once after
the end of your wh
hi. I have wrote an elisp code for org-mode, which puts entries in a table.
It is a simple code in my opinion and it does the job I intended. But when
executed, the activation of CPU shoots up and it will take a while to
complete it. I do not believe that this little code requires such a
work-load