I set the diary file as
(setq org-agenda-include-diary t)
(setq org-agenda-diary-file "~/Documents/OrgMode/ORG/src/standard-diary") ;;2020-03-02 10:47:06
(setq diary-file "~/Documents/OrgMode/ORG/src/standard-diary")
and the Day info in the diary
;;Day info
%%(diary-sunrise-sunset)
%%(diary-lunar-phases)
%%(diary-iso-date)
Then check the day view from agenda
Tuesday 3 March 2020
3:00...... -----------------------------------------------------
Diary: 3:59...... First Quarter Moon (CST)
6:00...... -----------------------------------------------------
Diary: 6:46...... Sunrise (CST), sunset 6:07pm (CST) at 40.0N, 116.3E (11:21 hrs daylight)
9:00...... -----------------------------------------------------
9:02...... now - - - - - - - - - - - - - - - - - - - - - - - - -
12:00...... -----------------------------------------------------
15:00...... -----------------------------------------------------
18:00...... -----------------------------------------------------
21:00...... -----------------------------------------------------
24:00...... -----------------------------------------------------
In the day view the Sunrise time and the sunset time displayed on the same line,
How could place them appropriate the right clock time as
Tuesday 3 March 2020
3:00...... -----------------------------------------------------
Diary: 3:59...... First Quarter Moon (CST)
6:00...... -----------------------------------------------------
Diary: 6:46...... Sunrise (CST) - - - - - - - - - - - - - - - - - - - -
9:00...... -----------------------------------------------------
9:02...... now - - - - - - - - - - - - - - - - - - - - - - - - -
12:00...... -----------------------------------------------------
15:00...... -----------------------------------------------------
18:00...... -----------------------------------------------------
18:07...... Sunset 6:07pm (CST) at 40.0N, 116.3E (11:21 hrs daylight)
21:00...... -----------------------------------------------------
24:00...... -----------------------------------------------------