Re: [O] Irrelevant/misleading error message (due to bad syntax in init-file)

2018-05-15 Thread Nick Dokos
alain.coch...@unistra.fr writes: > ... > (setq org-agenda-files '"/tmp/bug-agenda.org") ; <- bad syntax! > ... > NB: there is no message caused by "-debug-init" related to the bad > syntax in the setq instruction. > That's because it's legal: it's not bad syntax: '"foo" is equivalent to

[O] Irrelevant/misleading error message (due to bad syntax in init-file)

2018-05-15 Thread Alain . Cochard
Hello. I do the following. The file ~/.emacs.debug contains: (add-to-list 'load-path "/home/cochard/Org/Coch-git/org-mode/lisp") (setq org-agenda-files '"/tmp/bug-agenda.org") ; <- bad syntax! (find-file "/tmp/bug-agenda2.org") ; <- empty file The file /tmp/bug-agenda.org contains: