* Tangling based on file level #+PROPERTY
@ 2017-10-07 11:08 Ken Mankoff
2017-10-07 13:44 ` Kaushal Modi
0 siblings, 1 reply; 3+ messages in thread
From: Ken Mankoff @ 2017-10-07 11:08 UTC (permalink / raw)
To: Org-mode
[-- Attachment #1: Type: text/plain, Size: 489 bytes --]
Hi Org List,
I just upgraded to 9.1.2.
I have a file with this at the top:
#+PROPERTY: header-args :tangle filename
And a lot of SRC blocks with this header:
#+BEGIN_SRC emacs-lisp
#+END_SRC
In the past, when I tangled the file, I got ~100 blocks exported. Now I get
5, because only 5 have explicit ":tangle" arguments in the header.
I just checked the NEWS file and did not see mention of this change. Has
something changed with the header-arg properties? Babel?
Thanks,
-k.
[-- Attachment #2: Type: text/html, Size: 758 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Tangling based on file level #+PROPERTY
2017-10-07 11:08 Tangling based on file level #+PROPERTY Ken Mankoff
@ 2017-10-07 13:44 ` Kaushal Modi
2017-10-07 16:05 ` Ken Mankoff
0 siblings, 1 reply; 3+ messages in thread
From: Kaushal Modi @ 2017-10-07 13:44 UTC (permalink / raw)
To: Ken Mankoff, emacs-org list
[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]
On Sat, Oct 7, 2017, 7:10 AM Ken Mankoff <mankoff@gmail.com> wrote:
> Hi Org List,
>
> I just upgraded to 9.1.2.
>
What version did you upgrade from?
I have a file with this at the top:
>
> #+PROPERTY: header-args :tangle filename
>
> And a lot of SRC blocks with this header:
>
> #+BEGIN_SRC emacs-lisp
> #+END_SRC
>
> In the past, when I tangled the file, I got ~100 blocks exported. Now I
> get 5, because only 5 have explicit ":tangle" arguments in the header.
>
> I just checked the NEWS file and did not see mention of this change. Has
> something changed with the header-arg properties? Babel?
>
It impossible to tell what's wrong with just that information. Can you
share a minimum working example that demonstrates this? (something that
should probably tangle 3 files but is instead tangling just 1?)
My best guess is you have this style of incompatible properties?
*** Old Babel header properties are no longer supported
Using header arguments as property names is no longer possible. As
such, the following
#+BEGIN_EXAMPLE
,* Headline
:PROPERTIES:
:exports: code
:var: a=1 b=2
:var+: c=3
:END:
#+END_EXAMPLE
should be written instead
#+BEGIN_EXAMPLE
,* Headline
:PROPERTIES:
:header-args: :exports code
:header-args+: :var a=1 b=2
:header-args+: :var c=3
:END:
#+END_EXAMPLE
Please note that, however, old properties were defined at the source
block definition. Current ones are defined where the block is called.
--
Kaushal Modi
[-- Attachment #2: Type: text/html, Size: 2508 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Tangling based on file level #+PROPERTY
2017-10-07 13:44 ` Kaushal Modi
@ 2017-10-07 16:05 ` Ken Mankoff
0 siblings, 0 replies; 3+ messages in thread
From: Ken Mankoff @ 2017-10-07 16:05 UTC (permalink / raw)
To: Kaushal Modi; +Cc: emacs-org list
[-- Attachment #1: Type: text/plain, Size: 1756 bytes --]
Strange, and nevermind. Restarting emacs fixed it. It must have been
something to do with stale files and the upgrade.
-k.
On Sat, Oct 7, 2017 at 3:44 PM, Kaushal Modi <kaushal.modi@gmail.com> wrote:
> On Sat, Oct 7, 2017, 7:10 AM Ken Mankoff <mankoff@gmail.com> wrote:
>
>> Hi Org List,
>>
>> I just upgraded to 9.1.2.
>>
>
> What version did you upgrade from?
>
> I have a file with this at the top:
>>
>> #+PROPERTY: header-args :tangle filename
>>
>> And a lot of SRC blocks with this header:
>>
>> #+BEGIN_SRC emacs-lisp
>> #+END_SRC
>>
>> In the past, when I tangled the file, I got ~100 blocks exported. Now I
>> get 5, because only 5 have explicit ":tangle" arguments in the header.
>>
>> I just checked the NEWS file and did not see mention of this change. Has
>> something changed with the header-arg properties? Babel?
>>
>
> It impossible to tell what's wrong with just that information. Can you
> share a minimum working example that demonstrates this? (something that
> should probably tangle 3 files but is instead tangling just 1?)
>
> My best guess is you have this style of incompatible properties?
>
> *** Old Babel header properties are no longer supported
>
> Using header arguments as property names is no longer possible. As
> such, the following
>
> #+BEGIN_EXAMPLE
> ,* Headline
> :PROPERTIES:
> :exports: code
> :var: a=1 b=2
> :var+: c=3
> :END:
> #+END_EXAMPLE
>
> should be written instead
>
> #+BEGIN_EXAMPLE
> ,* Headline
> :PROPERTIES:
> :header-args: :exports code
> :header-args+: :var a=1 b=2
> :header-args+: :var c=3
> :END:
> #+END_EXAMPLE
>
> Please note that, however, old properties were defined at the source
> block definition. Current ones are defined where the block is called.
>
> --
>
> Kaushal Modi
>
[-- Attachment #2: Type: text/html, Size: 3230 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-07 16:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-07 11:08 Tangling based on file level #+PROPERTY Ken Mankoff
2017-10-07 13:44 ` Kaushal Modi
2017-10-07 16:05 ` Ken Mankoff
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).