From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Remember with org-mode Date: Sat, 5 Jan 2008 07:24:56 +0530 Message-ID: <20080105015456.GA26102@shireen.jnu.ac.in> 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 1JAy5y-0000vL-71 for emacs-orgmode@gnu.org; Fri, 04 Jan 2008 20:45:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAy5w-0000te-SO for emacs-orgmode@gnu.org; Fri, 04 Jan 2008 20:45:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAy5w-0000tU-JK for emacs-orgmode@gnu.org; Fri, 04 Jan 2008 20:45:04 -0500 Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAy5w-0007TC-5t for emacs-orgmode@gnu.org; Fri, 04 Jan 2008 20:45:04 -0500 Received: by wa-out-1112.google.com with SMTP id k34so10687205wah.10 for ; Fri, 04 Jan 2008 17:45:00 -0800 (PST) Content-Disposition: inline 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 Cc: vikasrawal@gmail.com 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. FYI, I am using emacs on Ubuntu 7.10. VR