From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Remember with org-mode Date: Sat, 5 Jan 2008 08:10:09 +0100 Message-ID: References: <20080105015456.GA26102@shireen.jnu.ac.in> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JB3Ai-0004Y0-CJ for emacs-orgmode@gnu.org; Sat, 05 Jan 2008 02:10:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JB3Ad-0004P0-L9 for emacs-orgmode@gnu.org; Sat, 05 Jan 2008 02:10:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB3Ad-0004On-GD for emacs-orgmode@gnu.org; Sat, 05 Jan 2008 02:10:15 -0500 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JB3Ad-0004FD-Jl for emacs-orgmode@gnu.org; Sat, 05 Jan 2008 02:10:15 -0500 Received: by ug-out-1314.google.com with SMTP id a2so3285038ugf.48 for ; Fri, 04 Jan 2008 23:10:13 -0800 (PST) In-Reply-To: <20080105015456.GA26102@shireen.jnu.ac.in> 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: Vikas Rawal Cc: emacs-orgmode@gnu.org On Jan 5, 2008, at 2:54 AM, Vikas Rawal wrote: > I am trying to set up remember with org-mode using instructions > provided in the manual. But the (org-remember-insinuate) line results > in the following error. > > ******** > An error has occurred while loading `/home/vikas/.emacs': > > Symbol's function definition is void: org-remember-insinuate > > To ensure normal operation, you should investigate the cause > of the error in your initialization file and remove it. Start > Emacs with the `--debug-init' option to view a complete error > backtrace > > ******** > > Could someone kindly explain what is wrong. I can think of two possible causes: 1. You are using the version of Org-mode that is shipped with Emacs 22, (4.67c or something like that) but you are reading the manual of version 5.17 online. `org-remember-insinuate' did not exist in 4.67. 2. You have not installed Org-mode correctly, for example you downloaded 5.17 from the web but you do not have (require 'org-install) in .emacs - Carsten > > > FYI, I am using emacs on Ubuntu 7.10. > > VR > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode