From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Issue with #+TBLFM in dynamic block Date: Thu, 27 Sep 2012 14:44:52 +0200 Message-ID: References: <20120927122849.GA2172@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THDSc-0004oF-Cx for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 08:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THDSY-0004e4-C4 for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 08:44:58 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:49329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THDSY-0004e0-5u for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 08:44:54 -0400 Received: by bkcjm1 with SMTP id jm1so1635111bkc.0 for ; Thu, 27 Sep 2012 05:44:53 -0700 (PDT) In-Reply-To: <20120927122849.GA2172@gmail.com> 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: flav Cc: emacs-orgmode@gnu.org Hi flav It seems to me that you have run into the same issue I tried to resolve some time ago without success and described here: http://thread.gmane.org/gmane.emacs.orgmode/48764 On Thu, Sep 27, 2012 at 2:29 PM, flav wrote: > * Note > #+BEGIN: columnview :hlines 1 :id global :maxlevel 2 :skip-empty-rows t > | ITEM | Note | A | B | C | D | F | > [...] You can try if no indentation is a workaround: * Note #+BEGIN: columnview :hlines 1 :id global :maxlevel 2 :skip-empty-rows t | ITEM | Note | A | B | C | D | F | [...] Michael