* How to make org-src-mode stop recognizing tables in box diagrams?
@ 2013-07-14 20:28 Jisang Yoo
2013-07-14 23:23 ` Brad Collins
0 siblings, 1 reply; 3+ messages in thread
From: Jisang Yoo @ 2013-07-14 20:28 UTC (permalink / raw)
To: emacs-orgmode
When I draw a box diagram in an example block or a source code block,
the rectangles trigger org-src-mode to recognize that as tables. For
example, If I org-edit-special on the following:
#+BEGIN_EXAMPLE
+---------+
| |
| box |
| |
+---------+
#+END_EXAMPLE
I get a message "Recognizing tables...done" and the inside of the box
is painted blue. The reason I am not using colon blocks like:
: +---------+
: | |
: | box |
: | |
: +---------+
is because I couldn't find a way to fold them.
If I draw a diagram like this (with dot prefix):
#+BEGIN_EXAMPLE
. +---------+
. | |
. | box |
. | |
. +---------+
#+END_EXAMPLE
the dots prevent org-src-mode from recognizing the rectangle as a
table, but is there a way to prevent org-src-mode from recognizing
tables without resorting to this prefix trick?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to make org-src-mode stop recognizing tables in box diagrams?
2013-07-14 20:28 How to make org-src-mode stop recognizing tables in box diagrams? Jisang Yoo
@ 2013-07-14 23:23 ` Brad Collins
[not found] ` <CADtzDwYfeqvaQwMNZViNp2JVX+CDpQc8-PPjgKc3Dz44JQnO-A@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Brad Collins @ 2013-07-14 23:23 UTC (permalink / raw)
To: emacs-orgmode
Jisang Yoo <jisang.yoo.ac+org@gmail.com> writes:
Try an ascii block instead.
#+BEGIN_ASCII
+---------+
| |
| box |
| |
+---------+
#+END_ASCII
> When I draw a box diagram in an example block or a source code block,
> the rectangles trigger org-src-mode to recognize that as tables. For
> example, If I org-edit-special on the following:
>
> #+BEGIN_EXAMPLE
> +---------+
> | |
> | box |
> | |
> +---------+
> #+END_EXAMPLE
>
> I get a message "Recognizing tables...done" and the inside of the box
> is painted blue. The reason I am not using colon blocks like:
>
> : +---------+
> : | |
> : | box |
> : | |
> : +---------+
>
> is because I couldn't find a way to fold them.
>
> If I draw a diagram like this (with dot prefix):
>
> #+BEGIN_EXAMPLE
> . +---------+
> . | |
> . | box |
> . | |
> . +---------+
> #+END_EXAMPLE
>
> the dots prevent org-src-mode from recognizing the rectangle as a
> table, but is there a way to prevent org-src-mode from recognizing
> tables without resorting to this prefix trick?
>
--
Brad Collins <brad@chenla.la>
skype|twitter|wave: deerpig
http://chenla.la
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to make org-src-mode stop recognizing tables in box diagrams?
[not found] ` <CADtzDwYfeqvaQwMNZViNp2JVX+CDpQc8-PPjgKc3Dz44JQnO-A@mail.gmail.com>
@ 2013-07-15 21:39 ` Brad Collins
0 siblings, 0 replies; 3+ messages in thread
From: Brad Collins @ 2013-07-15 21:39 UTC (permalink / raw)
To: emacs-orgmode
Jisang Yoo <jisang.yoo.ac+org@gmail.com> writes:
> On Mon, Jul 15, 2013 at 8:23 AM, Brad Collins <brad@chenla.la> wrote:
>> Jisang Yoo <jisang.yoo.ac+org@gmail.com> writes:
>>
>>
>> Try an ascii block instead.
>> ...
>
> That also recognizes rectangles as tables.
>
You can:
(setq org-enable-table-editor nil)
Which turns off the table editor, then this turns off
the table editor globally, and I don't know about export.
And as I was trying random things, I found this worked for
me. It seems to run artist-mode inside the block.
#+begin_src artist
+-----------+
| |
| text |
| |
+-----------+
#+end_src
Any variation on this, and the table editor kicks in again.
Again, I don't know what it does on export. I couldn't find
this documented anywhere. What you are trying to do would
be very useful in many cases. So I hope you do find a solution.
--
Brad Collins <brad@chenla.la>
skype|twitter: deerpig
http://chenla.la
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-15 22:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-14 20:28 How to make org-src-mode stop recognizing tables in box diagrams? Jisang Yoo
2013-07-14 23:23 ` Brad Collins
[not found] ` <CADtzDwYfeqvaQwMNZViNp2JVX+CDpQc8-PPjgKc3Dz44JQnO-A@mail.gmail.com>
2013-07-15 21:39 ` Brad Collins
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).