Error on org-mode
colawithsauce opened this issue · 2 comments
colawithsauce commented
`(org-todo ((,class (,@(when vscode-dark-plus-box-org-todo (list :box '(:line-width 1 :color ,ms-lightred))) ;; <- HERE
:foreground ,ms-lightred :bold nil))))
this snippet doesn't work on emacs-30, master branch. Because ,ms-lightred
doesn't expand as expected.
ianyepan commented
Interesting find. I'm using Emacs 29 myself -- probably why I've never run into this issue. Do you know of a workaround for this, or why Emacs 30 doesn't expand variables like previous versions do?
colawithsauce commented
yes, indeed. currently I just added this line into my init file:
(setq vscode-dark-plus-box-org-todo nil)