Yasushi SHOJI <yasushi.sh...@gmail.com> writes: > Hi, > > I'm writing an exporter and I'd like to get :file property on a src block. > Let's say I have the following src block in an org file. > ... > How can I get "images/hello-world.png" in org-myexporter-src-block?
See org-babel-get-src-block-info. It can accept the parsed src-block element. Best, Ihor