Re: [O] org-redisplay-inline-images and export to HTML

2014-07-22 Thread Nick Dokos
Brett Viren writes: > Nick Dokos writes: > >> I think you'd be better off with the tip that Rick Frankel posted in >> the same thread: >> >> #+BEGIN_SRC emacs-lisp >> (add-hook 'org-babel-after-execute-hook >> (lambda () (org-display-inline-images nil t))) >> #+END_SRC > > Thanks Nick (and Rick)

Re: [O] org-redisplay-inline-images and export to HTML

2014-07-22 Thread Brett Viren
Nick Dokos writes: > I think you'd be better off with the tip that Rick Frankel posted in > the same thread: > > #+BEGIN_SRC emacs-lisp > (add-hook 'org-babel-after-execute-hook > (lambda () (org-display-inline-images nil t))) > #+END_SRC Thanks Nick (and Rick). I changed this to use the "re" v

Re: [O] org-redisplay-inline-images and export to HTML

2014-07-21 Thread Nick Dokos
Brett Viren writes: > Someone recently posted a tip to add > > :post (org-redisplay-inline-images) > > to a SRC block which generates an image in order to freshen the Emacs > buffer with the regenerated image each time the block is executed. It > works *almost* fine but I have two problems whi

[O] org-redisplay-inline-images and export to HTML

2014-07-21 Thread Brett Viren
Someone recently posted a tip to add :post (org-redisplay-inline-images) to a SRC block which generates an image in order to freshen the Emacs buffer with the regenerated image each time the block is executed. It works *almost* fine but I have two problems which I hope someone can help with.