[O] org-mode table to elisp script

2019-04-16 Thread f . nikolakopoulos
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) chan

[O] (org-insert-heading "hello")

2017-06-05 Thread f . nikolakopoulos
(org-insert-heading "hello") emacs lisp function ignores argument and inserts blank heading. I think is a change of mode to add the argument but which command.