vscode-dark-plus-emacs-theme icon indicating copy to clipboard operation
vscode-dark-plus-emacs-theme copied to clipboard

Error on org-mode

Open colawithsauce opened this issue 1 year ago • 2 comments

   `(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.

colawithsauce avatar Dec 18 '23 06:12 colawithsauce

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?

ianyepan avatar Mar 19 '24 08:03 ianyepan

yes, indeed. currently I just added this line into my init file:

(setq vscode-dark-plus-box-org-todo nil)

colawithsauce avatar Apr 10 '24 09:04 colawithsauce