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:33:34 +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 1K5L1g-0004gs-7X for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:33:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5L1e-0004gg-RC for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:33:40 -0400 Received: from [199.232.76.173] (port=39674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5L1e-0004gd-OO for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:33:38 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:58815) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5L1e-0002Qj-Jt for emacs-orgmode@gnu.org; Sun, 08 Jun 2008 09:33:38 -0400 Received: by ug-out-1314.google.com with SMTP id l31so969282ugc.48 for ; Sun, 08 Jun 2008 06:33:37 -0700 (PDT) In-Reply-To: (Thomas Baumann's message of "Sun, 08 Jun 2008 15:20:57 +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: > seems to have something to do with org-region-active-p. > > I do not have any old emacs sitting around could you please check the > result of > > (fbound 'use-region-p) > > use-empty-active-region was introduced for emacs23, I think Debugger entered--Lisp error: (void-function fbound) (fbound (quote use-region-p)) eval((fbound (quote use-region-p))) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp)