emacs: Give org-iswitchb a key binding, and include diary stuff in agenda.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 9 Mar 2009 12:56:25 +0000 (12:56 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Mar 2009 12:56:25 +0000 (12:56 +0000)
emacs

diff --git a/emacs b/emacs
index fb51fec..ba6c442 100644 (file)
--- a/emacs
+++ b/emacs
 (setq appt-display-interval 3)
 (setq appt-message-warning-time 10)
 
 (setq appt-display-interval 3)
 (setq appt-message-warning-time 10)
 
+;; --- Org-mode agenda ---
+
+(setq org-agenda-include-diary t)
+
 ;; --- Cosmetic stuff ---
 
 (setq display-time-24hr-format t)
 ;; --- Cosmetic stuff ---
 
 (setq display-time-24hr-format t)
 (global-set-key [?\C-x ?w ?l] 'windmove-right)
 (global-set-key [?\C-x ?g ?l] 'org-store-link)
 (global-set-key [?\C-x ?g ?a] 'org-agenda)
 (global-set-key [?\C-x ?w ?l] 'windmove-right)
 (global-set-key [?\C-x ?g ?l] 'org-store-link)
 (global-set-key [?\C-x ?g ?a] 'org-agenda)
+(global-set-key [?\C-x ?g ?b] 'org-iswitchb)
 (global-set-key [?\C-x ?t ?i] 'timeclock-in)
 (global-set-key [?\C-x ?t ?c] 'timeclock-change)
 (global-set-key [?\C-x ?t ?o] 'timeclock-out)
 (global-set-key [?\C-x ?t ?i] 'timeclock-in)
 (global-set-key [?\C-x ?t ?c] 'timeclock-change)
 (global-set-key [?\C-x ?t ?o] 'timeclock-out)