emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-ctrl-c-ctrl-c in comments


From: Charles C. Berry
Subject: Re: [O] org-ctrl-c-ctrl-c in comments
Date: Tue, 8 Dec 2015 08:36:53 -0800
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Tue, 8 Dec 2015, Uwe Brauer wrote:

Hello

I have some tables in comment blocks like

#+begin_comment
| Col1 | Col2  |
|    1 | Name1 |
|    2 | Name2 |
|    3 | Name3 |

#+end_comment

But within a comment org-ctrl-c-ctrl-c does not work. So I cannot
reformat the table. How can I enable it?


Use an org src block and you will be able to edit natively via org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other respects.

#+begin_src org :exports none :eval never
  | Col1 | Col2  |
  |    1 | Name1 |
  |    2 | Name2 |
  |    3 | Name3 |
#+end_src

HTH,

Chuck



reply via email to

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