emacs-orgmode
[Top][All Lists]
Advanced

[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.



reply via email to

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