emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to display sunrise and sunset in weekly agenda view, but onl


From: Brian van den Broek
Subject: Re: [O] How to display sunrise and sunset in weekly agenda view, but only for today?
Date: Mon, 6 Feb 2012 19:14:39 +0200

On 6 February 2012 17:08, Nick Dokos <address@hidden> wrote:
> Brian van den Broek <address@hidden> wrote:
>
>> Hi all,
>>
>> I was looking at <http://orgmode.org/worg/org-hacks.html#sec-2-7> and
>> have used the code there to put sunrise and sunset into my agenda
>> views; most cool.
>>
>> Poking around the thread that the worg page links to, I saw people
>> were interested in displaying these times only in agenda day views.
>> Konrad Hinsen posted an easy solution:
>> <http://article.gmane.org/gmane.emacs.orgmode/38879>.
>>
>> Never happy :-) what I'd like is to display the sun* times in the
>> weekly view, but only for today. I always work from the week view and

<snip>

> Instead of Konrad's
>
> %%(when (eq span 'day) (diary-sunrise))
> %%(when (eq span 'day) (diary-sunset))
>
> you can add
>
> %%(when (equal date (calendar-current-date)) (diary-sunrise))
> %%(when (equal date (calendar-current-date)) (diary-sunset))
>
> so it will only happen on the current date.

Thanks, Nick; works a charm.

Best,

Brian vdB



reply via email to

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