From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Need help with org and SSH Date: Wed, 22 Dec 2010 12:45:40 -0500 Message-ID: <87vd2lwvjv.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33196 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVSky-0003ro-Ba for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 12:45:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVSkx-0002vN-4e for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 12:45:44 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:46275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVSkx-0002v5-2m for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 12:45:43 -0500 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: Jeff Horn Cc: Org-mode ml Jeff Horn writes: > Hey orgsters, > > For the holiday trip, I decided to see if I could go a week with only > the Cr-48. I left my Macbook at home ready for SSH, just in case. > > It took approximately 30 minutes of using the computer before I > started itching for org. > > I've been having a heck of a time using emacs in the terminal. After a > few hours of cleaning up my init file and wrapping lots of commands in > window-system conditionals, I thought I was ready to invoke agenda. > Wrong! > > Invoking agenda gives me the same error I was having with > emacs-desktop. Specifically, I keep getting the error (void function > clear-image-cache). Any idea what switch to flip to get the agenda > open? Hi Jeff, This may or may not help but... I was getting error "Non-X frame used" when SSHing into my desktop on my Android phone and using emacs. I turned off inline image display by default and this fixed it for me. (setq org-startup-with-inline-images nil) HTH, Bernt