From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: protecting ascii art Date: Mon, 25 Aug 2008 19:44:12 -0700 Message-ID: <48B36DFC.5040108@u.washington.edu> References: <48A5FB13.9@u.washington.edu> <48A70292.705@u.washington.edu> <41c818190808251726l117e68u61bda2e786d1efba@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXoXX-0004Ru-Tg for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 22:44:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXoXW-0004Rf-LY for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 22:44:15 -0400 Received: from [199.232.76.173] (port=60971 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXoXW-0004Rc-Ij for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 22:44:14 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:43070) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXoXW-0003qR-8y for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 22:44:14 -0400 In-Reply-To: <41c818190808251726l117e68u61bda2e786d1efba@mail.gmail.com> 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: William Henney Cc: Eddward DeVilla , emacs-orgmode@gnu.org Thanks! Yes, this does work, and I'll definitely use it. I wonder how hard it would be to automate those steps. Scott On 8/25/2008 5:26 PM, William Henney wrote: > Hi Scott > <...> > What seems to work is to first set aside some lines for your artistic > creation, select them, and do "C-x n n" (narrow-to-region) before > turning on artist-mode. Then, when you have finished, turn off > artist-mode and do "C-x n w" (widen). > > This is a bit of a pain to remember the steps, but it does protect the > org file from getting clobbered. > > Cheers > > Will > >