Re: org-publish error with java hook

2021-01-17 Thread Colin Baxter
> Tim Cross writes: > Colin Baxter writes: >> Hi Tim, >> >> Thanks for you quick reply. >>> Tim Cross writes: >> >> > Colin Baxter writes: >> >> >> Hello, >> >> >> >> In the last few days org-publish no loner works for me, giving >> a

Re: org-publish error with java hook

2021-01-17 Thread Tim Cross
Colin Baxter writes: > Hi Tim, > > Thanks for you quick reply. >> Tim Cross writes: > > > Colin Baxter writes: > > >> Hello, > >> > >> In the last few days org-publish no loner works for me, giving a > >> lisp error: (void-function conkeror-minor-mode). The source of >

Re: org-publish error with java hook

2021-01-17 Thread Colin Baxter
Hi Tim, Thanks for you quick reply. > Tim Cross writes: > Colin Baxter writes: >> Hello, >> >> In the last few days org-publish no loner works for me, giving a >> lisp error: (void-function conkeror-minor-mode). The source of >> the problem is the line '(add-hook '

Re: org-publish error with java hook

2021-01-17 Thread Tim Cross
Colin Baxter writes: > Hello, > > In the last few days org-publish no loner works for me, giving a lisp > error: (void-function conkeror-minor-mode). The source of the problem is > the line '(add-hook 'js-mode-hook 'conkeror-minor-mode)' in my init > file. If I comment out the line, the error d

org-publish error with java hook

2021-01-17 Thread Colin Baxter
Hello, In the last few days org-publish no loner works for me, giving a lisp error: (void-function conkeror-minor-mode). The source of the problem is the line '(add-hook 'js-mode-hook 'conkeror-minor-mode)' in my init file. If I comment out the line, the error disappears. I've tried reverting a c