emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Lele Gaifax <lele@metapensiero.it>
Cc: emacs-orgmode@gnu.org
Subject: Re: Exporting columnviews
Date: Fri, 06 Feb 2015 10:03:04 +0100	[thread overview]
Message-ID: <87wq3vza2f.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <871tm5s5nu.fsf@nautilus.nautilus> (Lele Gaifax's message of "Wed, 04 Feb 2015 22:55:33 +0100")

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

  reply	other threads:[~2015-02-06  9:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04 21:55 Exporting columnviews Lele Gaifax
2015-02-06  9:03 ` Nicolas Goaziou [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wq3vza2f.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=lele@metapensiero.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).