Re: [O] org-mode html export background/foreground inconsistency

2016-05-20 Thread lad
On Fri, May 20, 2016, at 01:14 PM, Nick Dokos wrote: > lad writes: > > > I attempted to follow this blog to enable a background html export on > > org file save: > > > > http://stephanus-volke.de/posts/2015/Dez/22/org-mode-live-preview-en/ > > > > I tried adding the following to the top of the

Re: [O] org-mode html export background/foreground inconsistency

2016-05-20 Thread Nick Dokos
lad writes: > I attempted to follow this blog to enable a background html export on > org file save: > > http://stephanus-volke.de/posts/2015/Dez/22/org-mode-live-preview-en/ > > I tried adding the following to the top of the org file: > > # -*- after-save-hook: org-html-export-to-html; >

[O] org-mode html export background/foreground inconsistency

2016-05-18 Thread lad
I attempted to follow this blog to enable a background html export on org file save: http://stephanus-volke.de/posts/2015/Dez/22/org-mode-live-preview-en/ I tried adding the following to the top of the org file: # -*- after-save-hook: org-html-export-to-html; org-export-in-background: t;