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: Uwe Brauer
Subject: Re: [missing diary-display-hook]
Date: Fri, 15 Jan 2016 17:38:10 +0000
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux)

>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:

    >> (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)

Thanks that worked nicely.




reply via email to

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