emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-mode table to elisp script


From: f . nikolakopoulos
Subject: [O] org-mode table to elisp script
Date: Tue, 16 Apr 2019 16:52:03 +0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Thunderbird/52.9.1



I like to export org-table and calculations as an elisp function.

I was thinking I can use some cells as variables to calculate rest of the table.

Table can be as complicated as possible

Function shall return as value another table

Procedure shall be:
1) get a table like variable,
2) change some cells,
3) recalculate based on #+TBLFM
4) return another table.

Thanks!





reply via email to

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