From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: Re: [Babel] Buffer-wide properties ignored ... Date: Wed, 18 Sep 2013 07:44:03 -0500 Message-ID: References: <86wqmey4ao.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3a8cc34dc0704e6a7cd54 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMH7j-0005b9-9U for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 08:44:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMH7c-0005zy-B7 for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 08:44:51 -0400 Received: from mail-ie0-x229.google.com ([2607:f8b0:4001:c03::229]:56478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMH7c-0005zs-5u for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 08:44:44 -0400 Received: by mail-ie0-f169.google.com with SMTP id tp5so13055777ieb.28 for ; Wed, 18 Sep 2013 05:44:43 -0700 (PDT) In-Reply-To: <86wqmey4ao.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org --001a11c3a8cc34dc0704e6a7cd54 Content-Type: text/plain; charset=ISO-8859-1 Here's the org-file with padlines set to "no" up top: #+PROPERTY: :padlines no * Headline #+BEGIN_SRC c :tangle /tmp/padlines-test.c :comments link hello world #+END_SRC And the tangle file: /* [[file:/tmp/padlines-test.org::*Headline][Headline:1]] */ hello world /* Headline:1 ends here */ On Wed, Sep 18, 2013 at 2:31 AM, Sebastien Vauban wrote: > Hi Aditya, > > aditya siram wrote: > > It appears as though buffer wide properties are ignored when tangling > > source blocks. This is easily reproducible by add a `#+PROPERTY: > :padlines > > no` to the top of the file and tangling something. The source has > padlines. > > I tried variations on including `#+PROPERTY: padlines no` and > `#+PROPERTY: > > header-args: padlines-no` with the same result. > > Could you send an ECM [1], please? > > Best regards, > Seb > > [1] "Exemple Complet Minimal", or Minimal Working Example. > > -- > Sebastien Vauban > > > --001a11c3a8cc34dc0704e6a7cd54 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Here's the org-file with padlines set to "no= " up top:
#+PROPERTY: :padlines no
* Headline
=A0 #+BEGIN_SRC= c :tangle /tmp/padlines-test.c :comments link
=A0 hello world
=A0 #+= END_SRC

And the tangle file:

/* [[file:/tmp/padlines-test.org::*He= adline][Headline:1]] */

hello world

/* Headline:1 ends here *= /




On Wed, Sep 18, 2013 at 2:31 AM, Sebastien Vauban <sva-news@mygoogle= st.com> wrote:
Hi Aditya,

aditya siram wrote:
> It appears as though buffer wide properties are ignored when tangling<= br> > source blocks. This is easily reproducible by add a `#+PROPERTY: :padl= ines
> no` to the top of the file and tangling something. The source has padl= ines.
> I tried variations on including `#+PROPERTY: padlines no` and `#+PROPE= RTY:
> header-args: padlines-no` with the same result.

Could you send an ECM [1], please?

Best regards,
=A0 Seb

[1] "Exemple Complet Minimal", or Minimal Working Example.

--
Sebastien Vauban



--001a11c3a8cc34dc0704e6a7cd54--