Re: [O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Charles C. Berry
On Mon, 12 Dec 2016, Matt Price wrote: On Mon, Dec 12, 2016 at 12:16 PM, Charles C. Berry wrote: On Mon, 12 Dec 2016, Matt Price wrote: [snip] My questions are: 1. can I pass this html attribute to the block somehow? Yes. ATTR_HTML doesn't seem to work. Is this a bug? If so, should

Re: [O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Matt Price
On Mon, Dec 12, 2016 at 12:16 PM, Charles C. Berry wrote: > On Mon, 12 Dec 2016, Matt Price wrote: > > > [snip] > > >> My questions are: >> 1. can I pass this html attribute to the block somehow? >> > > Yes. > > ATTR_HTML doesn't seem to work. Is this a bug? If so, should I try to fix >> it? >>

Re: [O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Charles C. Berry
On Mon, 12 Dec 2016, Matt Price wrote: [snip] My questions are: 1. can I pass this html attribute to the block somehow? Yes. ATTR_HTML doesn't seem to work. Is this a bug? If so, should I try to fix it? No and no. Did you try : (plist-get (cadr src-block) :attr_html) in `org-html-s

[O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Matt Price
I use org to write my lecture notes, and have started using klipse in those exported notes to execute code snippets in a browser environment ( http://matt.hackinghistory.ca/2016/12/11/org-mode-run-code-live-in-a-reveal-slideshow-with-klipse/ ). Sometimes I would like to set up the javascript enviro