From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: Bug: various short questions about column view, code blocks and export [8.3.4 (release_8.3.4-759-g9508dc @ /home/youngfrog/sources/org-mode/lisp/)] Date: Thu, 28 Apr 2016 17:50:26 +0200 Message-ID: <878tzxvikd.fsf@ulb.ac.be> References: <87eg9pvojl.fsf@ulb.ac.be> <87r3dpkatq.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avoDD-0004hu-8J for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 11:50:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avoD8-0005Js-9C for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 11:50:43 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:54293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avoD8-0005Jh-34 for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 11:50:38 -0400 In-reply-to: <87r3dpkatq.fsf@saiph.selenimh> 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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > This is a feature. Archived subtrees are ignored when calling column > view. As you noticed, in this case, removing the tag is the way to go. ok > There is no #+NAME: mytable in your example. > OK, so I guess there wase a TBLNAME line somewhere within the file. Indeed, sorry, it was lost during the testing. > Be sure it is located above the table, not above the dynamic block. thanks, I did not realize this was the way to go : #+BEGIN: columnview :hlines 1 :id monid :skip-empty-rows t #+TBLNAME: mytable ... #+END: (I thought anything between BEGIN and END would be removed on the next update -- but the TBLNAME line is kept.) >> Now when I'm trying to export, I get the same errors as above, even >> though I have =org-export-babel-evaluate= set to =nil=. > > This is fixed. Indeed, thanks! -- Nicolas