[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Export a Subtree to an other .org file
From: |
Hsiu-Khuern Tang |
Subject: |
Re: [O] Export a Subtree to an other .org file |
Date: |
Fri, 5 Apr 2013 16:58:57 -0700 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi Nicolas,
For the org-org-export-to-org function, if the input is
============================================================
* test
#+BEGIN_SRC R -n :var a=1
a
#+END_SRC
============================================================
the output is
============================================================
* test
#+BEGIN_SRC R -n
a
#+END_SRC
============================================================
That is, the ":var a=1" header argument is stripped (but the "-n" switch is
preserved). Is this intentional?
I think /everything/ in the #+BEGIN_SRC line should be preserved. What do you
think?
Thanks!
--
Best,
Hsiu-Khuern.
- Re: [O] Export a Subtree to an other .org file, (continued)
- Re: [O] Export a Subtree to an other .org file, Bastien, 2013/04/03
- Re: [O] Export a Subtree to an other .org file, Steve Prud'Homme, 2013/04/03
- Re: [O] Export a Subtree to an other .org file, John Hendy, 2013/04/03
- Re: [O] Export a Subtree to an other .org file, Hsiu-Khuern Tang, 2013/04/03
- Re: [O] Export a Subtree to an other .org file, John Hendy, 2013/04/03
- Re: [O] Export a Subtree to an other .org file, Nicolas Goaziou, 2013/04/04
- Re: [O] Export a Subtree to an other .org file, Bastien, 2013/04/04
- Re: [O] Export a Subtree to an other .org file, Nicolas Goaziou, 2013/04/04
- Re: [O] Export a Subtree to an other .org file, Bastien, 2013/04/04
- Re: [O] Export a Subtree to an other .org file, Hsiu-Khuern Tang, 2013/04/04
- Re: [O] Export a Subtree to an other .org file,
Hsiu-Khuern Tang <=