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 20:03:57 +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 1K5PFL-0000Iu-Me for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 14:04:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5PFK-0000Hk-BT for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 14:04:02 -0400 Received: from [199.232.76.173] (port=46701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5PFK-0000He-9U for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 14:04:02 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]:16591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5PFJ-0002c7-RK for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 14:04:02 -0400 Received: by ug-out-1314.google.com with SMTP id l31so999254ugc.48 for ; Sun, 08 Jun 2008 11:04:01 -0700 (PDT) In-Reply-To: (Thomas Baumann's message of "Sun, 08 Jun 2008 18:22:46 +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: > >> t >> >> Thomas Baumann writes: >> >>> Ooops, >>> >>> (fboundp 'use-region-p) > > please check if you can customize "use-empty-active-region" and if so, Of course not since its not not defined :-; > set it to nil (the default in emacs23). please also check whether you > have undefined this variable somewhere in your settings (how does it > look like if you run emacs -Q) I do not have it. It is not defined. > The error seems to be unrelated to org-mode, but has to be somewhere in > use-region-p which is part of emacs. There are many, many calls to > use-region-p from different packages so it might also be your settings > or your lisp-files being mixed up. After checking all this, you might > want to consider to file a bug report to the emacs-list. > > A temporary workaround is to set the variable in your .emacs I did this: (setq use-empty-active-region nil) and it now works. > > Ciao > Thomas > > > > _______________________________________________ > 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