# HG changeset patch # User Glenn Morris # Date 1204863641 0 # Node ID de672b8f60fd5905bc885057d18bd026fde79671 # Parent 4f7aee5952c19763994f13165f3cccacb7119d70 (org-agenda-sunrise-sunset): Require solar. (calendar-longitude, calendar-latitude, calendar-location-name): Declare for compiler. diff -r 4f7aee5952c1 -r de672b8f60fd lisp/textmodes/org.el --- a/lisp/textmodes/org.el Fri Mar 07 03:56:16 2008 +0000 +++ b/lisp/textmodes/org.el Fri Mar 07 04:20:41 2008 +0000 @@ -22728,12 +22728,17 @@ (interactive) (org-agenda-execute-calendar-command 'list-calendar-holidays)) +(defvar calendar-longitude) +(defvar calendar-latitude) +(defvar calendar-location-name) + (defun org-agenda-sunrise-sunset (arg) "Display sunrise and sunset for the cursor date. Latitude and longitude can be specified with the variables `calendar-latitude' and `calendar-longitude'. When called with prefix argument, latitude and longitude will be prompted for." (interactive "P") + (require 'solar) (let ((calendar-longitude (if arg nil calendar-longitude)) (calendar-latitude (if arg nil calendar-latitude)) (calendar-location-name