From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Using org-mode via vSSH on iPad Date: Thu, 29 Jun 2017 08:25:57 -0400 Message-ID: <1498739157.1214309.1025216496.4FDB438A@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_----------=_149873915712143091" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQYWJ-0004W2-Lx for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 08:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQYWG-0003VF-RI for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 08:26:03 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:48565) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQYWG-0003TM-JX for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 08:26:00 -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 This is a multi-part message in MIME format. --_----------=_149873915712143091 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" 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 --_----------=_149873915712143091 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset="utf-8"

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

--_----------=_149873915712143091-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ax Subject: Re: Using org-mode via vSSH on iPad Date: Fri, 30 Jun 2017 16:16:46 +0200 Message-ID: <37ca561e-582b-0e36-70e2-16f189162c9a@gMail.com> References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------B59D228AA627293C82EE8613" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQwjG-0007y0-H7 for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 10:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQwjD-0004bP-BJ for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 10:17:02 -0400 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:37488) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQwjD-0004b3-5R for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 10:16:59 -0400 Received: by mail-wm0-x236.google.com with SMTP id i127so47664357wma.0 for ; Fri, 30 Jun 2017 07:16:59 -0700 (PDT) Received: from [10.11.12.10] (ip5f5b275f.dynamic.kabel-deutschland.de. [95.91.39.95]) by smtp.googlemail.com with ESMTPSA id l24sm2486728eda.11.2017.06.30.07.16.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jun 2017 07:16:57 -0700 (PDT) In-Reply-To: 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 This is a multi-part message in MIME format. --------------B59D228AA627293C82EE8613 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit > apply: Wrong type argument: listp, #("The Age of Wonder, Part II" 0 26 (:parent (#0))) another set of parens perhaps? >Then, does anyone know a way to copy the contents of the vSSH app display to the iPad clipboard does (setq mouse-drag-copy-region t) work? --------------B59D228AA627293C82EE8613 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit > apply: Wrong type argument: listp, #("The Age of Wonder, Part II" 0 26 (:parent (#0)))
another set of parens perhaps?

>Then, does anyone know a way to copy the contents of the vSSH app display to the iPad clipboard
does (setq mouse-drag-copy-region t) work?
--------------B59D228AA627293C82EE8613-- 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 12:41:54 -0400 Message-ID: <1498840914.2295491.1026691760.28FE876E@webmail.messagingengine.com> References: <37ca561e-582b-0e36-70e2-16f189162c9a@gMail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_----------=_149884091422954910" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQyzY-00050G-ID for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 12:42:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQyzU-0003La-1u for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 12:42:00 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:37713) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQyzT-0003L5-Tb for emacs-orgmode@gnu.org; Fri, 30 Jun 2017 12:41:55 -0400 In-Reply-To: <37ca561e-582b-0e36-70e2-16f189162c9a@gMail.com> 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 This is a multi-part message in MIME format. --_----------=_149884091422954910 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" Thanks, Michael. Replies below ... On Fri, Jun 30, 2017, at 10:16 AM, Michael Ax wrote: > > apply: Wrong type argument: listp, #("The Age of Wonder, Part II" 0 > > 26 (:parent (#0)))> another set of parens perhaps? > I just copied what was in the *Messages* buffer. I tried the sequence C-c C-e C-b h H to get HTML, but I got that error. Interestingly, this worked with the same file on a desktop Mac I have. I thought perhaps the state of emacs had somehow gotten changed, but exiting emacs and re-starting did not help. > >Then, does anyone know a way to copy the contents of the vSSH app > >display to the iPad clipboard> does (setq mouse-drag-copy-region t) work? I can copy in emacs. I guess this is more of a vSSH question ... how can I copy to the iPad clipboard so I can paste into another app. Thanks! -pd -- Peter Davis www.techcurmudgeon.com --_----------=_149884091422954910 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset="utf-8"

Thanks, Michael. Replies below ...

On Fri, Jun 30, 2017, at 10:16 AM, Michael Ax wrote:
> apply: Wrong type argument: listp, #("The Age of Wonder, Part II" 0 26 (:parent (#0)))
another set of parens perhaps?


I just copied what was in the *Messages* buffer. I tried the sequence

C-c C-e C-b h H

to get HTML, but I got that error.

Interestingly, this worked with the same file on a desktop Mac I have. I thought perhaps the state of emacs had somehow gotten changed, but exiting emacs and re-starting did not help.

>Then, does anyone know a way to copy the contents of the vSSH app display to the iPad clipboard
does (setq mouse-drag-copy-region t) work?


I can copy in emacs. I guess this is more of a vSSH question ... how can I copy to the iPad clipboard so I can paste into another app.

Thanks!
-pd


--
  Peter Davis
  www.techcurmudgeon.com

--_----------=_149884091422954910--