From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: Re: Org-mode version 6.04c : org-remember Date: Sun, 08 Jun 2008 15:05:09 +0200 Message-ID: References: <3h4p84nlny.fsf@richardriley.net> 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 1K5KaC-0005M7-Fc for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:05:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5KaA-0005KR-Ov for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:05:16 -0400 Received: from [199.232.76.173] (port=59379 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5KaA-0005KB-HJ for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:05:14 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:56558) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5KaA-0006rx-6M for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:05:14 -0400 Received: by ug-out-1314.google.com with SMTP id l31so966484ugc.48 for ; Sun, 08 Jun 2008 06:05:12 -0700 (PDT) In-Reply-To: (Thomas Baumann's message of "Sun, 08 Jun 2008 14:52:18 +0200") 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: Thomas Baumann Cc: emacs-orgmode@gnu.org Thomas Baumann writes: > Richard G Riley writes: > >> If I call org-remember with text hilited I get "and: Symbol's value as >> variable is void: use-empty-active-region". >> >> Can someone suggest what I might have wrong here? > > I assume you are marking a region with "active region highlighting" > set. How does your remember template look like? It happens before I select a template. It's when org-remember is called. > > Could you please post the output of the debugger/backtrace? What > version of emacs? 22.2.1 Debugger entered--Lisp error: (void-variable use-empty-active-region) (or use-empty-active-region (> (region-end) (region-beginning))) (and transient-mark-mode mark-active (or use-empty-active-region (> ... ...))) use-region-p() org-region-active-p() org-remember(nil) call-interactively(org-remember)