Hello! I’d like to insert a comment into tangle output with a block name. I thought I could easily access it (like from org-babel-expand-body:XXX function) with
(cdr (assq :name params)) But apparently it does not work. When I do C-c C-v C-v trying to expand body, I get nil as it is not there. Did I miss something? I want that so each block appears in individual Matlab code cell [1]. [1] http://www.mathworks.com/help/techdoc/matlab_env/brqxeeu-259.html Mikhail
