From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt and Lale Lovell Subject: no selection: CLIPBOARD with org-remember-apply-template Date: Sat, 22 Nov 2008 10:38:22 -0700 Message-ID: <18728.17294.240998.154006@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3wS0-0000Ha-Dx for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 12:39:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3wRy-0000HO-R1 for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 12:39:19 -0500 Received: from [199.232.76.173] (port=52858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3wRy-0000HL-Ks for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 12:39:18 -0500 Received: from www1.indra.com ([209.169.0.7]:58376) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3wRy-0001wE-BF for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 12:39:18 -0500 Received: from net.indra.com (net.indra.com [204.144.142.1]) by www1.indra.com (8.14.3/8.14.1) with ESMTP id mAMHcV6l029686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 22 Nov 2008 10:38:31 -0700 (MST) (envelope-from lovell@67-41-137-94.hlrn.qwest.net) Received: from 67-41-137-94.hlrn.qwest.net (71-211-170-184.hlrn.qwest.net [71.211.170.184]) (authenticated bits=0) by net.indra.com (8.14.2/8.14.2) with ESMTP id mAMHcRes089116 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sat, 22 Nov 2008 10:38:31 -0700 (MST) (envelope-from lovell@67-41-137-94.hlrn.qwest.net) 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 Hello, I'm attempting to copy my work setup for org-mode and remember at home. Both are using XEmacs 21.4.21 and the same ~/.xemacs/init.el for requiring packages and setting customizations. Using either org-6.10c or org-6.13pre4, I get an error after selecting the type of note ("t", "j", or "i", based upon the sample provided in the org-mode manual): Debugger entered--Lisp error: (error "no selection" CLIPBOARD) get-selection-internal(CLIPBOARD STRING) get-selection(CLIPBOARD nil) get-selection-foreign(CLIPBOARD) get-clipboard-foreign() current-kill(0) org-remember-apply-template() run-hooks(org-remember-apply-template) remember-mode() (let* ((annotation ...) (buf ...)) (run-hooks (quote remember-before-remember-hook)) (funcall (if remember-in-new-frame ... ...) buf) (if remember-in-new-frame (set-window-dedicated-p ... t)) (remember-mode) (when (= ... ...) (when initial ...) (setq remember-annotation annotation) (when remember-initial-contents ...) (when ... ...) (setq remember-initial-contents nil) (goto-char ...)) (message "Use C-c C-c to remember the data.")) remember(nil) org-do-remember() org-remember(nil) call-interactively(org-remember) I thought I had things working before, but I'm at a loss to track down what's triggering the above error. I don't think it's any bug in org-mode, but perhaps an interaction with something else loaded in XEmacs? I welcome any suggestions or recommendations. Many thanks, Matt -- Matthew & Lale Lovell