From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Capture mode seems to be easily confused in Emacs 22 Date: Thu, 24 Jun 2010 09:32:44 -0400 Message-ID: <87zkykeetf.fsf@gollum.intra.norang.ca> References: <87hbktusex.fsf@gollum.intra.norang.ca> <31117.1277346983@gamaville.dokosmarshall.org> <877hlpw3z1.fsf@gollum.intra.norang.ca> <8739wdw3ry.fsf@gollum.intra.norang.ca> <87iq59rvbl.fsf@gollum.intra.norang.ca> <7B4C4C9B-AC4E-46AE-BC77-AE914BB73FB1@gmail.com> <87tyosobuw.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56736 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORmXy-0004gk-Il for emacs-orgmode@gnu.org; Thu, 24 Jun 2010 09:32:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORmXx-0007KN-HF for emacs-orgmode@gnu.org; Thu, 24 Jun 2010 09:32:50 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:50119) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORmXx-0007KB-EU for emacs-orgmode@gnu.org; Thu, 24 Jun 2010 09:32:49 -0400 In-Reply-To: (Carsten Dominik's message of "Thu\, 24 Jun 2010 14\:46\:55 +0200") 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: Carsten Dominik Cc: Org Mode Carsten Dominik writes: > If you want to protect yourself from running this hook before org- > capture > is is loaded and org-capture-mode defined, you can do > > (if (and (boundp 'org-capture-mode) org-capture-mode > ...... And yes I need this -- thanks! -Bernt