From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: how to document/comment a complex org table formula
Date: Sun, 04 Jul 2021 21:14:11 +0200 [thread overview]
Message-ID: <87h7h9c2nw.fsf@mat.ucm.es> (raw)
Hi
It turns out that I have to deal with a bit more complex table formula
of the form
#+begin_src elisp
#+TBLFM: $6=if($2>10,($2-10)*@2$7,0)+ min(10,$2)*@2$2+ min(10,$3)*@2$3 + if($4>10,($4-10)*@2$7,$4)+min(10,$4)*@2$4 +@2$5*$5;f1
#+end_src
Is there any way to document or comment such a formula, since I am sure
that within days I don't remember why I chose that formula?
Regards
Uwe Brauer
next reply other threads:[~2021-07-04 19:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-04 19:14 Uwe Brauer [this message]
2021-07-05 14:13 ` how to document/comment a complex org table formula Eric S Fraga
2021-07-05 14:45 ` Uwe Brauer
2021-07-05 14:55 ` Tim Visher
2021-07-05 15:20 ` Jude DaShiell
2021-07-05 17:10 ` Uwe Brauer
2021-07-05 17:24 ` Jude DaShiell
2021-07-05 15:39 ` Eric S Fraga
2021-07-05 17:08 ` Uwe Brauer
2021-07-05 17:12 ` Karl Voit
2021-07-05 19:35 ` Uwe Brauer
-- strict thread matches above, loose matches on Subject: below --
2021-07-05 5:31 CHARPENTIER Emmanuel via General discussions about Org-mode.
2021-07-05 6:29 ` Uwe Brauer
2021-07-08 20:19 ` Nick Dokos
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h7h9c2nw.fsf@mat.ucm.es \
--to=oub@mat.ucm.es \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.