emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Babel] Buffer-wide properties ignored ...


From: aditya siram
Subject: Re: [O] [Babel] Buffer-wide properties ignored ...
Date: Wed, 18 Sep 2013 07:44:03 -0500

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 <address@hidden> 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




reply via email to

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