On 2014-04-30 10:58 Alexander Baier wrote: > #+begin_src emacs-lisp > (defun my-switch-to-sratch () > (switch-to-buffer "*scratch*") > (delete-other-windows) (remove-hook 'org-agenda-after-show-hook 'my-switch-to-scratch) > ) > #+end_src
I forgot to remove this function again, so it is only run the first time the agenda is shown. -- Alexander Baier