From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey DeLeo Subject: Re: Problem with 7.02 - org-capture-templates not set from init file Date: Tue, 02 Nov 2010 13:40:49 -0400 Message-ID: <86bp67bp3y.fsf@gmail.com> References: <86eib5b0jj.fsf@gmail.com> <14F45242-D9C2-428F-AE44-2CF8ABC858D0@gmail.com> <86y69bajer.fsf@gmail.com> <73399AAD-C15F-4444-A76C-44EF9394E223@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDKqu-0004NZ-Pj for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 13:40:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDKqt-0003ML-Rl for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 13:40:56 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:47712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDKqt-0003MG-Kk for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 13:40:55 -0400 Received: by pvc21 with SMTP id 21so1382308pvc.0 for ; Tue, 02 Nov 2010 10:40:54 -0700 (PDT) In-Reply-To: <73399AAD-C15F-4444-A76C-44EF9394E223@gmail.com> (Carsten Dominik's message of "Tue, 2 Nov 2010 16:30:01 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org OK, I found the problem. In my emacs init file, further down I had: (require 'gnus-load) ;; for dev gnus (require 'message) (require 'bbdb) (require 'org-install) (require 'org-icalendar) (require 'org-mobile) ... Removing these requires results in working org and not stomping on org-capture-templates.