From: Detlef Steuer <detlef.steuer@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: Org without X on Debian / screen, but in X
Date: Tue, 31 Jan 2012 22:16:46 +0100 [thread overview]
Message-ID: <20120131221646.7b2c3d46@vknecht-intel.unibw-hamburg.de> (raw)
In-Reply-To: yeg7h07ancx.fsf@carro.ll.iac.es
On Tue, 31 Jan 2012 15:43:58 +0000
Angel de Vicente <angelv@iac.es> wrote:
> Hi,
>
> Karl <ignoramus@gmx.de> writes:
> > Does anybody use Org in a non-graphical environment?
> > Is it possible to make the (all) keys work?
>
> 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.
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=xterm explicitly to let
the arrow keys come through screen. Key was to start emacs as
TERM=xterm emacs-nox todo.org inside my screen session.
The last thing giving some problems were the S-arrow combinations
so useful for editing dates in orgmode when accessing remotely.
Some keybindings for emacs will help.
(global-set-key (kbd "<f2>") 'org-shiftup)
(global-set-key (kbd "<f10>") 'org-shiftdown)
(global-set-key (kbd "<f5>") 'org-shiftleft)
(global-set-key (kbd "<f7>") 'org-shiftright)
(global-set-key (kbd "<f1>") 'org-agenda-do-earlier)
(global-set-key (kbd "<f3>") 'org-agenda-do-later)
(Hacker's Keyboard has an 4x4 Fn-Key layout. Just take a look, then you'll
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,
everywhere at my fingertipps.
Detlef
>
> Cheers,
> --
> Ángel de Vicente
> http://angel-de-vicente.blogspot.com/
>
>
>
next prev parent reply other threads:[~2012-01-31 21:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-31 13:42 Org without X on Debian Karl
2012-01-31 13:52 ` Richard Riley
2012-01-31 14:12 ` Karl
2012-01-31 14:35 ` Richard Riley
2012-02-01 6:13 ` Jude DaShiell
2012-01-31 14:20 ` Rainer M Krug
2012-02-01 5:52 ` Jude DaShiell
2012-02-01 15:31 ` Greg Troxel
2012-01-31 15:43 ` Angel de Vicente
2012-01-31 21:16 ` Detlef Steuer [this message]
2012-01-31 22:34 ` Org without X on Debian / screen, but in X Sebastien Vauban
2012-01-31 22:40 ` Detlef Steuer
2012-01-31 18:02 ` Org without X on Debian Achim Gratz
2012-01-31 19:28 ` Eric S Fraga
2012-01-31 20:55 ` Jay Belanger
2012-02-01 13:56 ` Eduardo Ochs
2012-02-01 14:22 ` Jason F. McBrayer
2012-02-01 19:10 ` Memnon Anon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120131221646.7b2c3d46@vknecht-intel.unibw-hamburg.de \
--to=detlef.steuer@gmx.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).