emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: brian powell <briangpowellms@gmail.com>
To: Wang Coeus <wangcoeus@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Can I input multiline in a cell?
Date: Wed, 16 Feb 2011 12:24:57 -0500	[thread overview]
Message-ID: <AANLkTikh1+xndYPaZYv0cyHYzibQNySL_gQ1X3xH3x42@mail.gmail.com> (raw)
In-Reply-To: <yd6b8vxh0zsc.fsf@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 4276 bytes --]

These intersting work-around-hacks worked for me:

[[file:/blahfilewithyourmultilinetextinit.txt]] ---put this in a "org-table
cell"

and/or

put a string like:

/blahjpegabsolutepath/blah.jpeg  ---where the jpeg contains a jpeg of your
text then do Mx iimage-mode

--just wild ideas--that I want @you@ to try!

--I like it: when I click <Tab> it quickly evens up the columns
--could have extremely short filenames--with the multiline strings in
them--these worked fine for me--YMMV:

|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
|   |     |             |     |     |             |     |     |     |     |
  |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 11B |         21W | 31B | 41W |         51B | 61W | 71B | 81W | 91B |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 12W | /u/0802.jpg |   0 |   0 | [[file:/u/d.j]] |   0 |   0 |   0 |
* |   |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 13B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 14W |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 15B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 16W |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 17B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 18W |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 19B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 18W |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 17B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 16W |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 15B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 14W |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 13B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 12W |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
| * | 11B |           0 |   0 |   0 |           0 |   0 |   0 |   0 |   0 |
* |
|---+-----+-------------+-----+-----+-------------+-----+-----+-----+-----+---|
#+TBLFM:


---I was playing around with making an OrgModeChess game BTW.

--so the file /u/d.j has the multiline text in it; and, /u/0802.jpg has the
multiline text in it--the jpeg is then toggle-viewed with "Mx iimage-mode"
---inline-image-mode

On Tue, Feb 15, 2011 at 4:10 PM, Wang Coeus <wangcoeus@gmail.com> wrote:

> Hi all,
> I am using org-mode for some note, there is a table and I need to input
> a lot text in one cell, is there possible that I input multiline and
> output also show as multiline?
> --
> Coeus
> In the middle of every difficulty lies opportunity.
>                -- Albert Einstein
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

[-- Attachment #1.2: Type: text/html, Size: 5395 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      parent reply	other threads:[~2011-02-16 17:25 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15 21:10 Can I input multiline in a cell? Wang Coeus
2011-02-15 23:32 ` suvayu ali
2011-02-16  6:06   ` Wang Coeus
2011-02-16  9:42     ` Bastien
2011-02-16 17:48       ` brian powell
2011-02-16 18:03         ` brian powell
2011-02-16 18:43           ` Bastien
2011-02-16 19:03             ` brian powell
2011-02-16 20:01               ` Nick Dokos
2011-02-16 19:16             ` brian powell
2011-02-16 19:56               ` brian powell
2011-02-16 20:26                 ` Wang Coeus
2011-02-18  9:47                 ` Bastien
2011-02-18 15:09                   ` brian powell
     [not found]                     ` <8227.1298043065@alphaville>
2011-02-18 16:03                       ` brian powell
     [not found]                         ` <9775.1298046024@alphaville>
2011-02-18 16:38                           ` brian powell
2011-02-18 16:43                     ` Joost Kremers
2011-02-18 20:53                     ` suvayu ali
2011-02-16 20:20       ` Wang Coeus
2011-02-17 17:16         ` brian powell
2011-02-18  9:46         ` Bastien
2011-02-16 11:18     ` suvayu ali
2011-02-16 17:07       ` Eric Schulte
2011-02-16 17:24 ` brian powell [this message]

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=AANLkTikh1+xndYPaZYv0cyHYzibQNySL_gQ1X3xH3x42@mail.gmail.com \
    --to=briangpowellms@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wangcoeus@gmail.com \
    /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).