emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Including current time in agenda


From: Matt Lundin
Subject: [Orgmode] Re: Including current time in agenda
Date: Mon, 06 Dec 2010 10:39:02 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Julien Danjou <address@hidden> writes:

> On Mon, Dec 06 2010, suvayu ali wrote:
>> So far my attempts have been some variation of `<%%(format-time-string
>> "%H%M")>'  or `<%%(diary-entry-time ...)>'. Am I approaching this the
>> wrong way? Is this not supported by the diary library?
>>
>> Thanks for any thoughts/suggestions.
>
> (defun jd:org-current-time ()
>   "Return current-time if date is today."
>   (when (equal date (calendar-current-date))
>     (format-time-string "%H:%M Current time" (current-time))))
>
> And use %%(jd:org-current-time) in an entry.
>

This is great! I've been grateful for all the creative uses people have
found for diary expressions recently (weather, current time, etc.).

Best,
Matt



reply via email to

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