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

2016-05-03 Thread Kaushal Modi
> > 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

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

2016-05-03 Thread Charles C. Berry
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

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

2016-05-03 Thread Kaushal Modi
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-colu