Hi, How to repeat it: 1. I have org-capture-templates with 2 commands in the custom-set-variables of my dot emacs file 2. I use add-to-list adding another 4 commands to org-capture-templates in other file, so that finally I have 6 commands in org-capture-templates for org-capture 3. I customized a theme which involves custom-theme-set-variables, but it doesn't inlcude org-capture-templates, and org-capture-templates is not in the theme any where 4. After I load the theme, it leave only the 2 commands for org-capture with in the custom-set-variables of my dot emacs file It looks like the load-theme with custom-theme-set-variables will eval custom-theme-set-variables? Is it a bug of feature? Is there an option to disable it and only eval custimize the variables in custom-theme-set-variables? GNU Emacs 27.0.50 (build 2, x86_64-w64-mingw32) of 2018-07-11 Best Regards, Shuguang Sun