From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lele Gaifax Subject: Exporting columnviews Date: Wed, 04 Feb 2015 22:55:33 +0100 Message-ID: <871tm5s5nu.fsf@nautilus.nautilus> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8XQ-0006Gd-OC for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 17:35:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ8XL-00078q-Nf for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 17:35:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:37696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8XL-00077k-Gt for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 17:35:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YJ8XI-0001d7-Fl for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 23:35:04 +0100 Received: from 151.62.99.215 ([151.62.99.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2015 23:35:04 +0100 Received: from lele by 151.62.99.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2015 23:35:04 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.