From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Request to add support for escaping comments in org blocks Date: Wed, 04 May 2016 03:44:06 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149bff62c29290531fc0a1d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axnjy-0006L7-AY for emacs-orgmode@gnu.org; Tue, 03 May 2016 23:44:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axnjm-0003Jj-Os for emacs-orgmode@gnu.org; Tue, 03 May 2016 23:44:40 -0400 Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:32974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axnjl-0003FN-H8 for emacs-orgmode@gnu.org; Tue, 03 May 2016 23:44:34 -0400 Received: by mail-ob0-x22c.google.com with SMTP id x1so14841293obt.0 for ; Tue, 03 May 2016 20:44:19 -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: "Charles C. Berry" Cc: emacs-org list --089e0149bff62c29290531fc0a1d Content-Type: text/plain; charset=UTF-8 > > Try this: > > #+BEGIN_SRC org :exports results :results replace :wrap example > ,#+STARTUP: align > ,* COMMENT Local Variables > ,# Local Variables: > ,# fill-column: 90 > ,# End: > #+END_SRC > > and be sure to (require 'ob-org) > > HTH, > That definitely helped. Thanks! -- -- Kaushal Modi --089e0149bff62c29290531fc0a1d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
= Try this:

#+BEGIN_SRC org :exports results :results replace :wrap example
,#+STARTUP: align
,* COMMENT Local Variables
,# Local Variables:
,# fill-column: 90
,# End:
#+END_SRC

and be sure to (require 'ob-org)

HTH,

That definitely helped. Thanks!=C2= =A0
--

--
Kaushal Modi

--089e0149bff62c29290531fc0a1d--