emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Seweryn Kokot <sewkokot@gmail.com>
To: emacs-orgmode@gnu.org
Subject: org tables - modified field
Date: Fri, 2 Jul 2010 08:27:11 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100702T101837-889@post.gmane.org> (raw)

Hi,

I have the following table

#+TBLNAME: table_three
|--------+--------|
|      1 | 2      |
|--------+--------|
|   2.00 | *4.00* |
| *4.00* | #ERROR |
|--------+--------|
#+TBLFM: @2$1=2*@1$1;%.2f::@2$2=2*@1$2;*%.2f*::@3$1=2*@2$1;*%.2f*::@3$2=2*@2
$2;*%.2f*

in which I would like to have some fields bold in org buffer and latex export

\begin{center}
\begin{tabular}{rl}
\hline
             1  &  2              \\
\hline
          2.00  &  \textbf{4.00}  \\
 \textbf{4.00}  &  \#ERROR        \\
\hline
\end{tabular}
\end{center}

However, since the field B3 refers to the field B2 which is not exactly a 
number, I get an error.

Would it be possible to reuse the field B2 in another formula, somehow?

Best regards,
Seweryn 

             reply	other threads:[~2010-07-02  8:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-02  8:27 Seweryn Kokot [this message]
2010-08-30 12:22 ` org tables - modified field Carsten Dominik

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=loom.20100702T101837-889@post.gmane.org \
    --to=sewkokot@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).