emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* column view summary format
@ 2011-07-28 11:45 Michael Brand
  0 siblings, 0 replies; only message in thread
From: Michael Brand @ 2011-07-28 11:45 UTC (permalink / raw)
  To: Org Mode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-28 11:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28 11:45 column view summary format Michael Brand

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).