From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [babel] Bug? export with 'hidden' tables Date: Mon, 28 Feb 2011 12:32:46 -0700 Message-ID: <874o7oc5up.fsf@gmail.com> References: <4D6BEC58.9050105@med.uni-goettingen.de> <87ipw4c7io.fsf@gmail.com> <4D6BF4AC.2070106@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43526 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu8q0-0005Hw-33 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 14:32:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu8py-0000vd-Lo for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 14:32:55 -0500 Received: from mail-px0-f169.google.com ([209.85.212.169]:50021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu8py-0000vS-Fg for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 14:32:54 -0500 Received: by pxi9 with SMTP id 9so1061354pxi.0 for ; Mon, 28 Feb 2011 11:32:53 -0800 (PST) In-Reply-To: <4D6BF4AC.2070106@med.uni-goettingen.de> (Andreas Leha's message of "Mon, 28 Feb 2011 20:17:00 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha Cc: emacs-orgmode@gnu.org Ah, This is a bug I introduced in one of my weekend commits. I've just pushed up a fix. Thanks for catching this -- Eric Andreas Leha writes: > Hi Eric, > > thanks a lot for this quick answer. I indeed was not aware of the > COMMENT keyword. > > Unfortunately it does not solve the problem. When I try to export the > sample file below I still get: > 'if: reference 'tbl_directories' not found in this buffer' > > Cheers, > Andreas > > PS: the sample (try to export it) > ====================== > > * COMMENT Parameters > #+CAPTION: Directories > #+LABEL: tbl:directories > #+tblname: tbl_directories > | directory | path | > |----------------+--------| > | data directory | /home/ | > | plot directory | /home/ | > | code directory | /home/ | > > #+CAPTION: Data Files > #+LABEL: tbl:data_files > #+tblname: tbl_data_files > | file | path | > |---------------------+--------| > | original data | data | > | original data (csv) | data_m | > > > * Test > #+begin_src R :session :exports results :results silent :var > data_dir=tbl_directories[2,1] > library("tikzDevice") > #+end_src > > ====================== > > > Am 28.02.2011 19:56, schrieb Eric Schulte: >> Hi Andreas, >> >> I don't know about :noexport:, but to keep a subtree from exporting, I >> use the COMMENT keyword in the title, which can be done with the >> `org-toggle-comment' command bound to C-c ;. >> >> Hope this helps -- Eric >> >> Andreas Leha writes: >> >> >>> Hi all, >>> >>> I used to have parameters in org tables, which were in secions marked >>> with 'noexport'. Since this weekend, this does not work for me anymore. >>> Is this a bug or am I doing sth wrong here? >>> >>> Regards, >>> Andreas >>> >>> PS: the example (try to export) >>> ==================== >>> * Parameters :noexport: >>> #+CAPTION: Directories >>> #+LABEL: tbl:directories >>> #+tblname: tbl_directories >>> | directory | path | >>> |----------------+--------| >>> | data directory | /home/ | >>> | plot directory | /home/ | >>> | code directory | /home/ | >>> >>> #+CAPTION: Data Files >>> #+LABEL: tbl:data_files >>> #+tblname: tbl_data_files >>> | file | path | >>> |---------------------+--------| >>> | original data | data | >>> | original data (csv) | data_m | >>> >>> >>> * Test >>> #+begin_src R :session :exports results :results silent :var >>> data_dir=tbl_directories[2,1] >>> library("tikzDevice") >>> #+end_src >>> >>> >>> ==================== >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>