[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to know in elisp if I am in the agenda ..
From: |
Thorsten Jolitz |
Subject: |
Re: [O] How to know in elisp if I am in the agenda .. |
Date: |
Thu, 11 Apr 2013 14:31:38 +0200 |
User-agent: |
Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) |
Rainer Stengele <address@hidden> writes:
> Please help. Where could I find information/docs for something like
> "How to determine when I am in agenda view"?
,------------------------------------------------
| M-: (string-equal "*Org Agenda*" (buffer-name))
`------------------------------------------------
gives t when called from inside the agenda.
--
cheers,
Thorsten