I'm in love with emacs. I don't believe there is anything one can't do with enough effort!
I have just fine working scripts/extensions installed that could be relevant to get my point:
org-mode
(with a CAPTURE-TEMPLATE named "Journal")color-theme
(emacswiki)theme-changer
(github)color-theme-buffer-local
(github)
emacs-version
: "GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-03-25 on roseapple, modified by Debian"
Whats already working fine When I'm starting a journal-entry trough my defined shortcut, what happens is the following:
- emacs opens a new buffer("CAPTURE-journal.org") in a new window
- I edit it
- with another keystroke the entry gets refiled to my defined journal.org file
- the buffer and the window are then closed automatically
- I continue working on the file I worked before
What I want it to do additionally:
- the "CAPTURE-journal.org"-buffer in the new window should have a unique color-theme, lets say
color-theme-retro-orange
My .emacs
with the code snippet I believe should be relevant.
I have no idea how to tackle this task. Where does one begin editing? Are even all tools needed for this listed above?