Re: [O] Agenda file is not in `org-mode'

2013-04-23 Thread Carsten Dominik
On 23.4.2013, at 20:10, Samuel Wales wrote: > Hi Marcelo, > > Did you try (add-to-list 'auto-mode-alist '("\\.org_archive$" . org-mode))? This should work. Also, if Org is creating a new archive file, it should automatically insert a line like #-*- mode: org -*- at the beginning o

Re: [O] Agenda file is not in `org-mode'

2013-04-23 Thread Samuel Wales
Hi Marcelo, Did you try (add-to-list 'auto-mode-alist '("\\.org_archive$" . org-mode))? Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is NO hope without action. This means YOU.

[O] Agenda file is not in `org-mode'

2013-04-23 Thread Marcelo de Moraes Serpa
Hey guys, When trying to show up the archived items in the agenda view, I'm getting this message: "Agenda file /Users/fullofcaffeine/org/gtd/gtd.org_archive is not in `org-mode'" To fix it, I have to manually open gtd.org_archive, and "M-x org-mode" it. Any ideas on why this happens? Thanks in