emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporting columnviews


From: Nicolas Goaziou
Subject: Re: [O] Exporting columnviews
Date: Fri, 06 Feb 2015 10:03:04 +0100

Hello,

Lele Gaifax <address@hidden> writes:

> I use Org (Emacs 24.4.90, with Org mode 8.2.10) to analyze and plan the
> development of new projects/features, with a persistent columnview containing
> a summary, something like the following:
>
>     #+TITLE: Test
>     #+PROPERTY: Effort_ALL 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
>     #+COLUMNS: %40ITEM(Item) %13Effort(Estimated){:} %CLOCKSUM(Spent)
>
>     * Main
>
>     #+BEGIN: columnview :hlines 1 :id local
>     | Item            | Estimated | Spent |
>     |-----------------+-----------+-------|
>     | * Main          |      3:00 |       |
>     | ** Subpoint     |      1:00 |       |
>     | *** Subsubpoint |      1:00 |       |
>     | ** Other        |      2:00 |       |
>     #+END:
>
>     ** Subpoint
>
>     *** Subsubpoint
>         :PROPERTIES:
>         :Effort:   1:00
>         :END:
>
>     ** Other
>        :PROPERTIES:
>        :Effort:   2:00
>        :END:

This is a silly bug actually: *...* is for bold markup, so *** is
exported as a bold star.

I'd rather not make an exception and modify bold parsing, so other
characters should be inserted to represent headline's level. I find
numbers too verbose. Replacing stars with dots is not possible either as
"..." will be exported differently with some export back-ends.

Maybe "* * *" instead of "***"? Any better idea?


Regards,

-- 
Nicolas Goaziou



reply via email to

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