emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: [BUG] revering agenda files


From: Bernt Hansen
Subject: [Orgmode] Re: [BUG] revering agenda files
Date: Mon, 12 Apr 2010 16:00:43 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Łukasz Stelmach <address@hidden> writes:

> Hello.
>
> I'm not quite sure it is bug indeed but org-mode stops working as usual
> when you change the agenda files behind the scenes. I sometimes do it
> because I use org-mode on several machines and I keep my files
> synchronised with git. Since git-vc.el doesn't provide interface for
> git's push pull commands I have to invoke them from outside of Emacs.
> When it happens that pull operation alters one of agenda files then:
>
> 1. When I ask to rebuild agenda I receive a question
>
>        todo.org changed on disk; really edit the buffer? (y, n, r or C-h) 
>
>    one file each time. The question is quite reasonable but it should
>    pop up for every altered file upon the first attempt to rebuild
>    agenda.
>
> 2. Every time I move cursor up or down I get
>
>        if: Wrong type argument: stringp, nil
>
>    when I click a heading, nothing happens and when i press RET on it
>
>        let*: Wrong type argument: integer-or-marker-p, nil
>
>    It stops after few rebuilds. "Few" means the number of updated files.

My solution to this is

(global-auto-revert-mode t)

So if there are no modified buffers and the agenda file changes
externally it just automatically updates to what is on disk.  That got
rid of the annoying message for me.

-Bernt




reply via email to

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