emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <schulte.eric@gmail.com>
To: Rainer M Krug <r.m.krug@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Empty first line when tangling
Date: Thu, 09 Jun 2011 08:46:14 -0600	[thread overview]
Message-ID: <87fwnjf4g9.fsf@gmail.com> (raw)
In-Reply-To: <BANLkTi=FdmrczN54xg0fvWAZtphdJ8-cF=W2n=4Nxn3VJuH2Xw@mail.gmail.com> (Rainer M. Krug's message of "Thu, 9 Jun 2011 10:42:17 +0200")

Rainer M Krug <r.m.krug@gmail.com> writes:

> Hi
>
> when tangling the following with Org-mode version 7.5
> (release_7.5.358.g5194), test.R begins with an empty line - but when
> tangling with 7.5, it does not start with an empty line.
>
> The empty line occurs *after* the shebang. Empty lines are usually not a
> problem, but I am using
> http://orgmode.org/worg/org-contrib/babel/examples/Rpackage.html for a
> package, and this empty line makes my DESCRIPTION file invalid.
> For the moment I am reverting to 7.5, but it would be great if this could be
> fixed.
>
> * test
> #+begin_src R :tangle test.R :shebang
> This is
> a test
> #+end_src
>

Hi Rainer,

I actually believe that the current behavior is the more "correct"
behavior, however I'm not sure if the default padding behavior is
technically specified when no ":padline" header argument is given.

The following combination of header arguments results in the desired
behavior.  Note that the shebang line isn't required, I was just using
it to easily view file contents and to see if an empty line was inserted
between shebang and contents.

#+begin_src R :tangle test.R :shebang #!/bin/cat :padline no
This is
a test
#+end_src

Best -- Eric

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

  reply	other threads:[~2011-06-09 14:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09  8:42 Empty first line when tangling Rainer M Krug
2011-06-09 14:46 ` Eric Schulte [this message]
2011-06-09 14:59   ` Rainer M Krug
2011-06-09 15:37     ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fwnjf4g9.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=r.m.krug@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).