chiark / gitweb /
dot/emacs: Fix awful calendar snafu.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 11 Nov 2011 17:52:42 +0000 (17:52 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 11 Nov 2011 17:55:03 +0000 (17:55 +0000)
commitf8faccdad41b570886600b89b2da5084dfd285f0
tree12fb71ca6135a28786ac49dbcad161cc31a37494
parent8ba985cba3cbdda9618f2127467738bfdd135220
dot/emacs: Fix awful calendar snafu.

Don't locally bind view-diary-entries-initially when showing the
calendar.  If you do, then, for some reason,
calendar-view-diary-initially-flag gets unbound, and then org-mode will
get confused and introduce a variable-alias loop.  This results in
Badness.

This bug took a little while to track down...
dot/emacs