help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [missing diary-display-hook]


From: Stefan Monnier
Subject: Re: [missing diary-display-hook]
Date: Fri, 15 Jan 2016 08:56:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> (add-hook 'diary-display-hook 'sort-diary-entries)

IIUC there's another hook, more appropriate for sorting.

> (add-hook 'diary-display-hook 'fancy-schedule-display-desk-calendar t)
> (add-hook 'diary-display-hook 'fancy-diary-display-week-graph)

Don't know what these do nor how they work, so not sure what needs to be
done here.

In the worst case, you can do something along the lines of

   (add-function :before diary-display-function
                 #'fancy-schedule-display-desk-calendar)
   (add-function :before diary-display-function
                 #'fancy-diary-display-week-graph)


-- Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]