From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: Re: Org without X on Debian / screen, but in X Date: Tue, 31 Jan 2012 22:16:46 +0100 Message-ID: <20120131221646.7b2c3d46@vknecht-intel.unibw-hamburg.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsL4e-0006qm-MD for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 16:17:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsL4Y-0008Fx-Pd for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 16:17:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:39103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsL4Y-0008Ff-Bl for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 16:17:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RsL4V-0007y3-2l for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 22:16:59 +0100 Received: from vknecht-intel.unibw-hamburg.de ([139.11.181.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jan 2012 22:16:59 +0100 Received: from detlef.steuer by vknecht-intel.unibw-hamburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jan 2012 22:16:59 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Tue, 31 Jan 2012 15:43:58 +0000 Angel de Vicente wrote: > Hi, >=20 > Karl writes: > > Does anybody use Org in a non-graphical environment?=20 > > Is it possible to make the (all) keys work? >=20 > I use it inside GNUscreen running in a gnome-terminal. I have also tried > (for a limited time) to make all the keys work but to no avail. If you > find more information on a possible solution for this, I think many > would be interested. I've just set up my Android tablet to play nicely with screen and emacs-nox. All that under openSuse, but that shouldn't matter too much.=20 My notes taken yesterday: ***** Working remotely with emacs and org-mode My calendar exists as a screen session running emacs-nox running org-mode running in a virtual machine in our data center. First I need a tunnel into the university's network. This can very nicely be solved with sshtunnel from the market. Second I need a terminal connection. Connectbot is _the_ tool. Third I need to input a lot of Ctrl, ESC, Alt keys. Hacker's Keyboard to the rescue! On the unix machine I have to set TERM=3Dxterm explicitly to let the arrow keys come through screen. Key was to start emacs as TERM=3Dxterm emacs-nox todo.org inside my screen session. =20 The last thing giving some problems were the S-arrow combinations=20 so useful for editing dates in orgmode when accessing remotely. Some keybindings for emacs will help. (global-set-key (kbd "") 'org-shiftup) (global-set-key (kbd "") 'org-shiftdown) (global-set-key (kbd "") 'org-shiftleft) (global-set-key (kbd "") 'org-shiftright) (global-set-key (kbd "") 'org-agenda-do-earlier) (global-set-key (kbd "") 'org-agenda-do-later) (Hacker's Keyboard has an 4x4 Fn-Key layout. Just take a look, then y= ou'll=20 understand why this scheme was chosen. ) Btw. in portait mode Hacker's Keyboard on 35% gives 41 lines for the terminal. (note to self) This setup at least works good enough for me. Org-mode, the real thing,=20 everywhere at my fingertipps.=20 Detlef >=20 > Cheers, > --=20 > =C3=81ngel de Vicente > http://angel-de-vicente.blogspot.com/ >=20 >=20 >=20