[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [babel] Bug? export with 'hidden' tables
From: |
Andreas Leha |
Subject: |
[O] [babel] Bug? export with 'hidden' tables |
Date: |
Mon, 28 Feb 2011 19:41:28 +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 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
====================
smime.p7s
Description: S/MIME Cryptographic Signature
- [O] [babel] Bug? export with 'hidden' tables,
Andreas Leha <=