emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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

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).