emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [babel] Bug? export with 'hidden' tables


From: Andreas Leha
Subject: Re: [O] [babel] Bug? export with 'hidden' tables
Date: Mon, 28 Feb 2011 20:17:00 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Iceowl/1.0b1 Icedove/3.0.11

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 <address@hidden> 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.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>     
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>   

-- 
Andreas Leha

Universitätsmedizin Göttingen
Abteilung Medizinische Statistik
Humboldtallee 32
37073 Göttingen

Tel: +49 (0)551 39-10710
Fax: +49 (0)551 39-4995

http://www.ams.med.uni-goettingen.de/amsneu/leha.html



University Medical Center Göttingen
Department for Medical Statistics
Humboldtallee 32
37073 Göttingen
Germany

Phone: +49 (0) 551 39-10710
Fax: +49 (0) 551 39-4995

http://www.ams.med.uni-goettingen.de/amsneu/leha-en.html


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]