* org-table in comment environments
@ 2022-06-21 12:27 Uwe Brauer
2022-06-21 12:48 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2022-06-21 12:27 UTC (permalink / raw)
To: emacs-orgmode
Hi
I have a org-table in a comment environment, since I don't want to export it.
However you can I edit the table using org-table commands, orgtbl-mode
is ignored, so what shall I do?
That seems as a stupid question, but I can't find its obvious answer.
Regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-table in comment environments
2022-06-21 12:27 org-table in comment environments Uwe Brauer
@ 2022-06-21 12:48 ` Ihor Radchenko
2022-06-22 9:34 ` Uwe Brauer
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2022-06-21 12:48 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
Uwe Brauer <oub@mat.ucm.es> writes:
> I have a org-table in a comment environment, since I don't want to export it.
>
> However you can I edit the table using org-table commands, orgtbl-mode
> is ignored, so what shall I do?
>
> That seems as a stupid question, but I can't find its obvious answer.
Everything inside comment is considered verbatim.
I recommend to hide such table inside drawer and set
org-export-with-drawers appropriately.
Best,
Ihor
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-table in comment environments
2022-06-21 12:48 ` Ihor Radchenko
@ 2022-06-22 9:34 ` Uwe Brauer
2022-06-22 11:05 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2022-06-22 9:34 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 810 bytes --]
>>> "IR" == Ihor Radchenko <yantar92@gmail.com> writes:
> Uwe Brauer <oub@mat.ucm.es> writes:
>> I have a org-table in a comment environment, since I don't want to
>> export it.
>>
>> However you can I edit the table using org-table commands, orgtbl-mode
>> is ignored, so what shall I do?
>>
>> That seems as a stupid question, but I can't find its obvious answer.
> Everything inside comment is considered verbatim.
> I recommend to hide such table inside drawer and set
> org-export-with-drawers appropriately.
Thanks, any type of drawer in particular?
Uwe
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-table in comment environments
2022-06-22 9:34 ` Uwe Brauer
@ 2022-06-22 11:05 ` Ihor Radchenko
2022-06-22 11:58 ` Uwe Brauer
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2022-06-22 11:05 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
Uwe Brauer <oub@mat.ucm.es> writes:
>> I recommend to hide such table inside drawer and set
>> org-export-with-drawers appropriately.
>
> Thanks, any type of drawer in particular?
Feel free to consult the docstring of org-export-with-drawers
Best,
Ihor
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-table in comment environments
2022-06-22 11:05 ` Ihor Radchenko
@ 2022-06-22 11:58 ` Uwe Brauer
0 siblings, 0 replies; 5+ messages in thread
From: Uwe Brauer @ 2022-06-22 11:58 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: Uwe Brauer, emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 671 bytes --]
>>> "IR" == Ihor Radchenko <yantar92@gmail.com> writes:
> Uwe Brauer <oub@mat.ucm.es> writes:
>>> I recommend to hide such table inside drawer and set
>>> org-export-with-drawers appropriately.
>>
>> Thanks, any type of drawer in particular?
> Feel free to consult the docstring of org-export-with-drawers
That seems to work
#+OPTIONS: d:(not "mytest")
:mytest:
| name | test |
|-------+------|
| stud1 | 10 |
:END:
Uwe
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-22 11:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 12:27 org-table in comment environments Uwe Brauer
2022-06-21 12:48 ` Ihor Radchenko
2022-06-22 9:34 ` Uwe Brauer
2022-06-22 11:05 ` Ihor Radchenko
2022-06-22 11:58 ` Uwe Brauer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.