emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Problem with automatic recursive adding of org-agenda-files


From: Mike McLean
Subject: Re: [O] Problem with automatic recursive adding of org-agenda-files
Date: Sat, 26 Oct 2013 13:27:52 -0400

On Oct 26, 2013, at 10:12 AM, Sebastien Vauban <address@hidden> wrote:

> Tor Eriksson wrote:
>> In fact, now I can not get the snippet to pick up *any *new .org file in
>> the directory .../important-directory or subdiretory! Even when the new
>> .org file sits adjacent to a file that is picked up by the snippet.
>> 
>> Also, if I do the same procedure again to another file that is picked up by
>> the snippet by: changing the name of the file, updating agenda with g and
>> pressing Abort. Then this file is also not picked up any more; not under
>> the new name or, if I change the name back, under it's old name.
>> 
>> This is causing serious trouble to me, since I use this system to keep
>> track of deadlines that are really important.
>> 
>> Does anybody have any ideas?
> 
> Check you don't have a "customize-variables" section at the end of your .emacs
> file.
> 
> If you once did `[' or `]' or some such to add one Org file, Org adds a line 
> in
> your .emacs file. And that one will override your settings!!
> 
> Really hard to find, if we don't think at such…

I add the follow to my setup to avoid any possibility of this:

(add-hook 'org-mode-hook
          '(lambda ()
             (org-defkey org-mode-map "\C-c["    'undefined)
             (org-defkey org-mode-map "\C-c]"    'undefined))
          'append)






reply via email to

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