emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] latex-export + columnview: misinterpretation of section prefixes


From: Nicolas Goaziou
Subject: Re: [O] latex-export + columnview: misinterpretation of section prefixes as emphasis
Date: Fri, 24 Jun 2016 14:47:45 +0200

Lele Gaifax <address@hidden> writes:

> This is the equivalent, made with current master development org-mode:
>
>     # -*- coding: utf-8 -*-
>
>     #+TITLE: Test with current master revision of org-mode
>     #+COLUMNS: %40ITEM(Item) %13Effort(Effort){:} %CLOCKSUM(Work)
>
>
>     * This is a test
>       :LOGBOOK:
>       CLOCK: [2016-06-21 mar 13:40]--[2016-06-24 ven 13:43] => 72:03
>       :END:
>
>
>     #+BEGIN: columnview :hlines 1 :id global
>     | Item           | Effort | Work     |
>
>     |----------------+--------+----------|
>     | This is a test |  30:00 | 3gg 0:03 |
>     | Task A         |  10:00 |          |
>     | Task B         |  10:00 |          |
>     | Task C         |  10:00 |          |
>     #+END:
>
>     ** Task A
>        :PROPERTIES:
>        :Effort:   10:00
>        :END:
>
>     ** Task B
>        :PROPERTIES:
>        :Effort:   10:00
>        :END:
>
>     ** Task C
>        :PROPERTIES:
>        :Effort:   10:00
>        :END:

All your "Effort" values are expressed as HH:MM so Org does its best to
produce a HH:MM summary. If you write at least one value as a duration,
e.g., "10 h", the summary will also be expressed as a duration.


Regards,



reply via email to

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