emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] loading all agenda files at startup


From: Alexander Baier
Subject: Re: [O] loading all agenda files at startup
Date: Wed, 30 Apr 2014 11:11:13 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)

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



reply via email to

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