emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: Aesthetic/Readability Feature Request (stacking #+TBLFM: lines)
Date: Sun, 24 May 2009 10:50:42 -0700	[thread overview]
Message-ID: <m2iqjqie4t.fsf@gmail.com> (raw)

Hi,

Would it be difficult to allow stacking of table formula lines.  With
the current setup I find I often have #+TBLFM lines stretching far past
the right margin of my page.

For (a very contrived) example, I'd like to be able to replace this


| 1 |  2 |  3 |
| 2 |  3 |  5 |
| 3 |  4 | 36 |
| 4 |  5 |    |
| 5 |  6 |    |
| 6 |  7 |    |
| 7 |  8 |    |
| 8 |  9 |    |
| 9 | 10 |    |
#+TBLFM: @1$3=vsum(@1$1..@1$2)::@2$3=vsum(@1$1..@1$2) + 2::@3$3=vsum(@1$1..@8$1)


with this


| 1 |  2 | 3 |
| 2 |  3 |   |
| 3 |  4 |   |
| 4 |  5 |   |
| 5 |  6 |   |
| 6 |  7 |   |
| 7 |  8 |   |
| 8 |  9 |   |
| 9 | 10 |   |
#+TBLFM: @1$3=vsum(@1$1..@1$2)
#+TBLFM: @2$3=vsum(@1$1..@1$2) + 2
#+TBLFM: @3$3=vsum(@1$1..@8$1)


Thanks -- Eric

             reply	other threads:[~2009-05-24 17:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-24 17:50 Eric Schulte [this message]
2009-05-24 22:02 ` Aesthetic/Readability Feature Request (stacking #+TBLFM: lines) Carsten Dominik
2009-05-24 22:59   ` Eric Schulte

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=m2iqjqie4t.fsf@gmail.com \
    --to=schulte.eric@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).