diff --git a/build.org b/build.org index 4c8696d..80516f2 100644 --- a/build.org +++ b/build.org @@ -103,9 +103,9 @@ serve: ## Run a simple web server to look at the results The =theme= target is another convenience target. I generate the colors for the source code blocks on my site from my Emacs theme. This target exports the colors from my theme so that the code blocks can use them. This file is then included by the less files. There is no good dependency here, because there is no file for the export of my theme to depend on right now, just occasionally I have to run it. It does depend on the =Eldev= file having been generated. -#+begin_info +#+begin_note I keep this particular target around for playing with, but right now it doesn't actually work. Just because even though I load and enable =yoshi-theme= it doesn't appear to apply the theme in a batch session. Seems understandable because no UI actually gets loaded, but that does mean that it can't figure out which faces it sets and it just outputs the colors for the default theme. -#+end_info +#+end_note #+begin_src makefile-gmake theme: Eldev ## Generate the theme CSS