From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: can't get org-mode/remember integration working right Date: Sat, 12 Apr 2008 09:30:03 -0400 Message-ID: <873apr5hgk.fsf@gollum.intra.norang.ca> References: <874pa86neo.fsf@gollum.intra.norang.ca> <20080412134639.670976c3@localhost> <8AD1B10D-D711-4C1A-BEAA-16A953B8B11B@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jkfo5-0006yz-LO for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 09:30:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jkfo0-0006uk-Mw for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 09:30:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jkfo0-0006uH-Eu for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 09:30:08 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jkfo0-00045a-56 for emacs-orgmode@gnu.org; Sat, 12 Apr 2008 09:30:08 -0400 In-Reply-To: (Daniel Goldin's message of "Sat\, 12 Apr 2008 00\:59\:47 -0700") 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: Daniel Goldin Cc: Shelagh Manton , emacs-orgmode@gnu.org "Daniel Goldin" writes: > These are all the configs I have for org and remember. Your help is greatly > appreciated. > > d. > > (require 'org) > (require 'remember) I think you need to (require 'org-install) if Org is not part of your X/Emacs distribution. Maybe that will help. -Bernt