[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to save the state of Agenda buffer in Emacs?
From: |
Bastien |
Subject: |
Re: [O] How to save the state of Agenda buffer in Emacs? |
Date: |
Sat, 27 Apr 2013 09:27:22 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Hi Sergey,
Sergey Pashinin <address@hidden> writes:
> Each of us has his own commands set
> in "org-agenda-custom-commands" variable. But how can I detect
> what commands were used to create the current state of Agenda
> buffer (looking only at this buffer, maybe any local varibales?).
You cannot directly access to the custom command itself, but
M-: (get-text-property (point) 'org-redo-cmd) RET
will give you the name of the internal agenda command used.
This property tells the `r' keybinding what to redo.
--
Bastien