emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jisang Yoo <jisang.yoo.ac+org@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: How to make org-src-mode stop recognizing tables in box diagrams?
Date: Mon, 15 Jul 2013 05:28:58 +0900	[thread overview]
Message-ID: <CADtzDwZLv9A8V17wehHiqne2za1JgAAJwdAYsExKFYP2-oxMJQ@mail.gmail.com> (raw)

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?

             reply	other threads:[~2013-07-14 20:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-14 20:28 Jisang Yoo [this message]
2013-07-14 23:23 ` How to make org-src-mode stop recognizing tables in box diagrams? Brad Collins
     [not found]   ` <CADtzDwYfeqvaQwMNZViNp2JVX+CDpQc8-PPjgKc3Dz44JQnO-A@mail.gmail.com>
2013-07-15 21:39     ` Brad Collins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADtzDwZLv9A8V17wehHiqne2za1JgAAJwdAYsExKFYP2-oxMJQ@mail.gmail.com \
    --to=jisang.yoo.ac+org@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).