* Exporting columnviews
@ 2015-02-04 21:55 Lele Gaifax
2015-02-06 9:03 ` Nicolas Goaziou
0 siblings, 1 reply; 9+ messages in thread
From: Lele Gaifax @ 2015-02-04 21:55 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
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:
When I export the above, while the headings get numbered the columnview table
does contain the items introduced by either one or two asterisks, something
like the following (cut&pasted&manually aligned from the HTML output):
Table of Contents
1. Main
1.1. Subpoint
1.1.1. Subsubpoint
1.2. Other
1 Main
Item Estimated Spent
* Main 3:00
** Subpoint 1:00
* Subsubpoint 1:00
** Other 2:00
...
Apparently, all items at an odd-level get one asterisk and all the others
two. The same happens with PDF and ODT...
I tried to play with some of the options, but I did not find something that
impacts the export of the columnview.
I wonder if there is something I am missing to obtain either
Item Estimated Spent
* Main 3:00
** Subpoint 1:00
*** Subsubpoint 1:00
** Other 2:00
or
Item Estimated Spent
1. Main 3:00
1.1 Subpoint 1:00
1.1.1 Subsubpoint 1:00
1.2 Other 2:00
Thanks in advance for any hints!
ciao, lele.
--
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it | -- Fortunato Depero, 1929.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Exporting columnviews
2015-02-04 21:55 Exporting columnviews Lele Gaifax
@ 2015-02-06 9:03 ` Nicolas Goaziou
2015-02-07 9:11 ` Lele Gaifax
2015-02-07 11:07 ` Rasmus
0 siblings, 2 replies; 9+ messages in thread
From: Nicolas Goaziou @ 2015-02-06 9:03 UTC (permalink / raw)
To: Lele Gaifax; +Cc: emacs-orgmode
Hello,
Lele Gaifax <lele@metapensiero.it> 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Exporting columnviews
2015-02-06 9:03 ` Nicolas Goaziou
@ 2015-02-07 9:11 ` Lele Gaifax
2015-02-07 11:27 ` Nicolas Goaziou
2015-02-07 11:07 ` Rasmus
1 sibling, 1 reply; 9+ messages in thread
From: Lele Gaifax @ 2015-02-07 9:11 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> This is a silly bug actually: *...* is for bold markup, so *** is
> exported as a bold star.
Oh, I see, thank you!
> 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?
What about having an option to use alternative chars, maybe some fancy
Unicode glyph? "→", "⇒", "⦿", or even some kind of non-breakable-space come to
mind.
ciao, lele.
--
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it | -- Fortunato Depero, 1929.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Exporting columnviews
2015-02-06 9:03 ` Nicolas Goaziou
2015-02-07 9:11 ` Lele Gaifax
@ 2015-02-07 11:07 ` Rasmus
2015-02-07 11:32 ` Nicolas Goaziou
1 sibling, 1 reply; 9+ messages in thread
From: Rasmus @ 2015-02-07 11:07 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Maybe "* * *" instead of "***"? Any better idea?
Maybe ~***~. But it has side-effects of course. Using \star in place
of * is another easy possibility.
—Rasmus
--
I almost cut my hair, it happened just the other day
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-02-11 10:42 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 21:55 Exporting columnviews Lele Gaifax
2015-02-06 9:03 ` Nicolas Goaziou
2015-02-07 9:11 ` Lele Gaifax
2015-02-07 11:27 ` Nicolas Goaziou
2015-02-07 11:07 ` Rasmus
2015-02-07 11:32 ` Nicolas Goaziou
2015-02-07 11:43 ` Rasmus
2015-02-07 20:35 ` Nicolas Goaziou
[not found] ` <87k2zttq7q.fsf-Gpy5sJQTEQHwkn9pgDnJRVAUjnlXr6A1@public.gmane.org>
2015-02-11 10:42 ` Francesco Pizzolante
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).