From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renzo Been =?utf-8?b?Oi0p?= Subject: Re: [feature-suggestion] Lock region Date: Thu, 12 Nov 2009 10:14:34 +0000 (UTC) Message-ID: References: <1e5bcefd0911101147v72e6c348vcf2f2c04df4d9995@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8Whk-0003dS-I9 for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 05:15:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8Whf-0003Va-Je for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 05:15:03 -0500 Received: from [199.232.76.173] (port=56207 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8Whf-0003VA-Bp for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 05:14:59 -0500 Received: from lo.gmane.org ([80.91.229.12]:53812) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8Whe-00088w-Tj for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 05:14:59 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N8Whc-0004gw-HG for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 11:14:56 +0100 Received: from ip56507cb9.direct-adsl.nl ([86.80.124.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2009 11:14:56 +0100 Received: from swangdoodles by ip56507cb9.direct-adsl.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2009 11:14:56 +0100 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: emacs-orgmode@gnu.org Marcelo de Moraes Serpa gmail.com> writes: > > Hello list,It would be great if we could "lock a region" of text in an org-mode buffer, meaning it gets read-only, and inside it you can't modify anything besides applying org commands such as expanding/retracting/sparse tree etc. I'm suggesting this because I have a section on the top of my gtd file that has an introduction to the system, link to related files etc, and often I find myself accidentally writing characters or inserting line breaks and other things. Not essential, but a nice-to-have feature.Thanks,Marcelo. > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > Hi Marcelo, Maybe an idea. To prevent accidental changes to your introduction text. You could try and put the introduction into a separate org-file and then include it into your gtd org-file using: #+include foo.org Hope this helps, Renzo