emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Brand <michael.ch.brand@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: column view summary format
Date: Thu, 28 Jul 2011 13:45:29 +0200	[thread overview]
Message-ID: <CALn3zoh-B4L=xgYm2f1Mi3KQMDxNBd147K1M4X-3D+MrRhguoA@mail.gmail.com> (raw)

Hi all

I have an issue with the column summary format in this minimal
example:

#+begin_src org
  ,#+COLUMNS: %15ITEM %amount(amt){+; %5.1f}
  ,* section
  ,** subsection 1
  ,   :PROPERTIES:
  ,   :amount:   7.12
  ,   :END:
  ,** subsection 2
  ,   :PROPERTIES:
  ,   :amount:   98.34
  ,   :END:
#+end_src

For the column view I would like to get an overlay looking like:

#+begin_src org
  ,ITEM            | amt   |
  ,* section       | 105.5 |
  ,** subsection 1 |   7.1 |
  ,** subsection 2 |  98.3 |
#+end_src

but what happens is:

#+begin_src org
  ,ITEM            | amt    |
  ,* section       |  105.5 |
  ,** subsection 1 | 7.12   |
  ,** subsection 2 | 98.34  |
#+end_src

Is this a bug or how can I get each number formatted and aligned?

Michael

                 reply	other threads:[~2011-07-28 11:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CALn3zoh-B4L=xgYm2f1Mi3KQMDxNBd147K1M4X-3D+MrRhguoA@mail.gmail.com' \
    --to=michael.ch.brand@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).