emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Asif <asif.haswarey@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Spreadsheet formula evaluation without using tables?
Date: Thu, 16 Jan 2014 13:47:33 -0800	[thread overview]
Message-ID: <CAOzwu7fw7YMs_+KTvk6Jmpi5tSz0w6RvwKswe0ifZ7qac5jutA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

Is it possible to have a list of tasks each with a formula to track
progress in percentage based on other subtasks? The result will look like
this:

* [ 30%] Project Name
** [ 50%] Task A
** [ 10%] Task B

This is what my formula in lisp will look like:

** [**(format "%3d" (+ (* TASKA 0.5) (* TASKB 0.5) ))**%] Project Name*
*** [**(format "%3d" *(setq TASKA 50)
*%] Task A*
*** [**(format "%3d" *(setq TASKA 10)


*%] Task B*
All I need to do is evaluate the code in org-mode to get the result.
Is this possible?

_
Asif

[-- Attachment #2: Type: text/html, Size: 2566 bytes --]

             reply	other threads:[~2014-01-16 21:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-16 21:47 Asif [this message]
2014-01-17  8:59 ` Spreadsheet formula evaluation without using tables? Bastien

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=CAOzwu7fw7YMs_+KTvk6Jmpi5tSz0w6RvwKswe0ifZ7qac5jutA@mail.gmail.com \
    --to=asif.haswarey@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).