From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Scala Subject: org-remember problem Date: Sun, 19 Jul 2009 16:42:24 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSe9K-0008LP-E5 for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 17:42:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSe9K-0008Ko-1w for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 17:42:26 -0400 Received: from [199.232.76.173] (port=60536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSe9J-0008Ki-QA for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 17:42:25 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:33120) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSe9J-0002qd-Cr for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 17:42:25 -0400 Received: by fg-out-1718.google.com with SMTP id l26so495854fgb.7 for ; Sun, 19 Jul 2009 14:42:24 -0700 (PDT) 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 Org-mode newbie here. I was having trouble getting org-remember to work for me. I have the git version installed and followed the org-manual instructions, but (org-remember-insinuate) kept throwing an error while loading my .emacs. With other solutions suggested on the web, I kept getting an error saying that `Autoload couldn't define org-remember' (or something like that). Googling didn't turn up any other solutions that worked, so I mucked around on my own a bit and found that adding (load-file "~/org-mode/lisp/org-remember.el") to my .emacs solves the problem. (After doing that, (org-remember-insinuate) worked fine.) -- Mark