emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] column view summary format


From: Michael Brand
Subject: [O] column view summary format
Date: Thu, 28 Jul 2011 13:45:29 +0200

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 via email to

[Prev in Thread] Current Thread [Next in Thread]