emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Babel] Padlines


From: Eric Schulte
Subject: Re: [O] [Babel] Padlines
Date: Tue, 01 Oct 2013 05:59:23 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Vladimir Lomov <address@hidden> writes:

> Hello,
> ** Eric Schulte [2013-09-28 06:17:51 -0600]:
>
>
>>> The blank line which was inserted between blocks isn't anymore for me.
>
>>> ECM:
>
>>> --8<---------------cut here---------------start------------->8---
>>> * Tangle these blocks
>>>   :PROPERTIES:
>>>   :tangle:   yes
>>>   :padline:  yes
>>>   :END:
>
>>> #+begin_src emacs-lisp :file test.csv
>>>   "data"
>>> #+end_src
>
>>> #+begin_src emacs-lisp :file test.csv
>>>   "datb"
>>> #+end_src
>>> --8<---------------cut here---------------end--------------->8---
>
>>> results in:
>
>>> --8<---------------cut here---------------start------------->8---
>>>   "data"
>>>   "datb"
>>> --8<---------------cut here---------------end--------------->8---
>
>>> Note that I tried adding ":padline" to yes, but I normally should not, as 
>>> it is
>>> the default.
>
>>> Best regards,
>>>   Seb
>
>> Hi Seb,
>
>> Thanks for this bug report, there was a problem in my previous patch in
>> this thread.  I've just pushed up a fix which should solve this problem.
>
> And seems that you miss another 'padline' in function
> 'org-babel-spec-to-string', line 323. I attached small patch which
> removes that line so I can tangle Org document with shell scripts.
>

Applied, Thanks for catching this and for posting the patch.

p.s. Please format future patches with "git format-patch".

>
> ---
> WBR, Vladimir Lomov

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



reply via email to

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