From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Using org-mode via vSSH on iPad Date: Fri, 30 Jun 2017 09:22:09 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQvsS-0004wv-Mi for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 09:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQvsN-0002Fy-Pb for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 09:22:28 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:55089) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQvsN-0002F9-FV for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 09:22:23 -0400 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" To: emacs-orgmode@gnu.org Ok, now I'm having a worse problem. Trying to get HTML output in a buffer on my Mac, I'm getting this error: apply: Wrong type argument: listp, #("The Age of Wonder, Part II" 0 26 (:parent (#0))) Any guesses what might cause this? It seems to be dying on this line: #+title: The Age of Wonder, Part II but I don't know why. I even tried changing the "," to " -", but no joy. The whole header looks like this: #+STARTUP: showeverything logdone #+options: num:nil toc:nil #+author: Peter Davis #+title: The Age of Wonder, Part II Thanks, -pd Peter Davis writes: > I've been trying to find a way to use org-mode from my iPad (other than MobileOrg, which seems really unwieldy), and the closest I've come is to us the vSSH app to connect to my desktop Mac and run emacs there. > > Unfortunately, I'm running into some limitations and I'm not aware of the workarounds, if any. I'm hoping someone here might know. > > The most obvious is that after editing my org document, I want to export to an HTML buffer from which I could copy and paste to Blogger (in a browser). My normal key sequence > > C-c C-e C-b h H > > doesn't work, as the C-b seems to be treated as an ordinary 'b'. I don't get a window showing me the HTML export. Anyone familiar with this or how to get around it? > > Then, does anyone know a way to copy the contents of the vSSH app display to the iPad clipboard so I can paste into another app? I don't mind having to edit out some amount of cruft that goes with it, as long as I can get the basic HTML. > > Thanks very much! > > -pd > > P.S. - I've also tried using the Editorial app with md format, but I really miss org's ability to format tables and lists on the fly. Editorial doesn't seem to do that. > > -- > Peter Davis > www.techcurmudgeon.com