From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Problem with org-remember Date: Mon, 19 Jan 2009 12:32:53 -0800 Message-ID: <4974E375.5080108@advantest-ard.com> References: <4974DEFF.9060402@advantest-ard.com> <8222.1232396549@alphaville.usa.hp.com> Reply-To: m.elston@advantest-ard.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP0no-0006Tf-30 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 15:32:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP0nn-0006TF-Jb for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 15:32:55 -0500 Received: from [199.232.76.173] (port=56595 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP0nn-0006T9-8a for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 15:32:55 -0500 Received: from [192.84.20.196] (port=2407 helo=mailhub.ardeng.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP0nm-0005Dn-RK for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 15:32:55 -0500 In-Reply-To: <8222.1232396549@alphaville.usa.hp.com> 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: nicholas.dokos@hp.com Cc: Org Mode List Nick, It helps with the first problem, the autoload problem. I didn't see this in the manual anywhere. However, while it brings up a *Remember* window it doesn't populate it with any of the templates I have set up (basically I copied what was in the texinfo doc). And when I write something in it and hit C-cC-c I get an error: Debugger entered--Lisp error: (error "The mark is not set now, so there is no region") call-interactively(comment-region) This is not what I expected from the docs. Mark * Nick Dokos wrote (on 1/19/2009 12:22 PM): > Mark Elston wrote: > >> Hi, >> >> I am having trouble getting org-remember to work. I have >> (require 'org) with several other org related settings in my >> .emacs but when I try M-x org-remember on a TODO item (or anywhere >> else) I get: >> >> >> Emacs 22.3.1 >> Windows XP >> org-mode 6.17c >> > > Does replacing > > (require 'org) > > with > > (require 'org-install) > > help? > > >