From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Neilson" Subject: Re: Editing in two columns Date: Sat, 24 Feb 2018 19:18:29 -0500 Message-ID: References: <1519516885.1241444.1282271224.20404F3E@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epk1K-000764-Gs for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 19:18:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epk1H-0000SH-BI for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 19:18:26 -0500 Received: from mail.windstream.syn-alias.com ([69.168.106.36]:46404 helo=mail.windstream.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1epk1H-0000Qz-7S for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 19:18:23 -0500 In-Reply-To: <1519516885.1241444.1282271224.20404F3E@webmail.messagingengine.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 On Sat, 24 Feb 2018 19:01:25 -0500, Peter Davis wrot= e: > Is there a way to edit with two columns displayed so I=E2=80=99m only = editing > and exporting the right hand column? > I=E2=80=99m writing a parody of a poem, and I=E2=80=99d like to have t= he original in the > left column for reference, to make sure the rhyme scheme, meters, etc.= > match, but then I just want to export the right column to html. > Thanks, > -pd > > > -- > Peter Davis > www.techcurmudgeon.com Have you tried ^X3 ? That's split-window-right . It'll go to one column = = while it queries you during export, but exports only your current window= .