From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: recurring events, alternative to shift modifier, tag positions, smart [ ], and org-publish questions Date: Sat, 09 Dec 2006 08:22:23 -0500 Message-ID: References: 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 1Gt2AG-0004YD-Qd for emacs-orgmode@gnu.org; Sat, 09 Dec 2006 08:22:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gt2AD-0004Wo-VL for emacs-orgmode@gnu.org; Sat, 09 Dec 2006 08:22:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gt2AD-0004Wi-Sk for emacs-orgmode@gnu.org; Sat, 09 Dec 2006 08:22:49 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gt2AD-0007wz-Jm for emacs-orgmode@gnu.org; Sat, 09 Dec 2006 08:22:49 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gt2A1-0003Tv-G9 for emacs-orgmode@gnu.org; Sat, 09 Dec 2006 14:22:37 +0100 Received: from 10-169.35-65.tampabay.res.rr.com ([65.35.169.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Dec 2006 14:22:37 +0100 Received: from david by 10-169.35-65.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Dec 2006 14:22:37 +0100 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 "Scott Jaderholm" writes: > 2. I use org-mode over ssh and since shift doesn't work along with > other modifiers many of the keystrokes do not work. Has anyone come up > with alternate keystrokes not involving shift that they could share? I are you telling your ssh connection to do X forwarding. I believe you need to use a '-X -Y' or some equivalent on the command line when starting your ssh client. See the man page to be certain. Dave