Browse Source

Fix problem with calendar popping up in a different frame

* lisp/org.el (org-read-date): Bind `calendar-setup' to nil for the
scope of this command.
Carsten Dominik 15 years ago
parent
commit
1eb974ed62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -14003,6 +14003,7 @@ user."
 		    (setq def (apply 'encode-time defdecode)
 			  defdecode (decode-time def)))))
 	 (calendar-frame-setup nil)
+	 (calendar-setup nil)
 	 (calendar-move-hook nil)
 	 (calendar-view-diary-initially-flag nil)
 	 (calendar-view-holidays-initially-flag nil)