emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Request to add support for escaping comments in org blocks


From: Charles C. Berry
Subject: Re: [O] Request to add support for escaping comments in org blocks
Date: Tue, 3 May 2016 16:23:29 -0700
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Tue, 3 May 2016, Kaushal Modi wrote:

Hi,

I would like to add the Local Variables comment block to my org file (for
documentation purpose) without affecting the actual local variable values
in that buffer.

Here is a minimum working example:

#+BEGIN_SRC org
,#+STARTUP: align
,* COMMENT Local Variables
,# Local Variables:
,# fill-column: 90
,# End:
#+END_SRC


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,

Chuck



reply via email to

[Prev in Thread] Current Thread [Next in Thread]