emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-use-property-inheritance not working?
@ 2015-05-29 11:57 Rainer M Krug
  2015-05-29 19:01 ` Charles C. Berry
  0 siblings, 1 reply; 10+ messages in thread
From: Rainer M Krug @ 2015-05-29 11:57 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 3346 bytes --]

Consider this example:

I enable property inheritance with

(setq org-use-property-inheritance t)

--8<---------------cut here---------------start------------->8---
#+PROPERTY: header-args  :tangle-mode (identity #o444)
#+PROPERTY: header-args+ :eval no-export

#+PROPERTY: header-args:R :session *R.EnergyBalance*


* Without properties
#+begin_src 
13
#+end_src

Result from (org-babel-view-src-block-info):
,----
| Properties:
| 	:header-args 	:tangle-mode (identity #o444) :eval no-export
| 	:header-args:nil 	nil
| Switches:  
| Header Arguments:
| 	:cache		no
| 	:eval		no-export
| 	:exports	code
| 	:hlines		no
| 	:noweb		no
| 	:results	replace
| 	:session	none
| 	:tangle		no
| 	:tangle-mode	292
`----

This is as expected.

* First Level
:PROPERTIES:
:header-args+: :tangle ./output/scripts/analysisCode.do.not.source.R
:header-args+: :output-dir ./output
:END:

#+begin_src R 
13
#+end_src

Result from (org-babel-view-src-block-info):
,----
| Lang: R
| Properties:
| 	:header-args 	:tangle-mode (identity #o444) :eval no-export :tangle ./output/scripts/analysisCode.do.not.source.R :output-dir ./output
| 	:header-args:R 	:session *R.EnergyBalance*
| Header Arguments:
| 	:cache		no
| 	:eval		no-export
| 	:exports	code
| 	:hlines		no
| 	:noweb		no
| 	:output-dir	./output
| 	:results	replace
| 	:session	*R.EnergyBalance*
| 	:tangle		./output/scripts/analysisCode.do.not.source.R
| 	:tangle-mode	292
`----

Also as expected, the header arguments are appended

** Second level
:PROPERTIES:
:header-args:R: :session *R.Results.Simp*
:header-args+: :tangle ./output/scripts/graphs.SimplificationOfWindProfileFits.R
:END:

Now the problem comes:

#+begin_src R 
13
#+end_src

Result from (org-babel-view-src-block-info):
,----
| Lang: R
| Properties:
| 	:header-args 	:tangle-mode (identity #o444) :eval no-export :tangle ./output/scripts/graphs.SimplificationOfWindProfileFits.R
| 	:header-args:R 	:session *R.Results.Simp*
| Header Arguments:
| 	:cache		no
| 	:eval		no-export
| 	:exports	code
| 	:hlines		no
| 	:noweb		no
| 	:results	replace
| 	:session	*R.Results.Simp*
| 	:tangle		./output/scripts/graphs.SimplificationOfWindProfileFits.R
| 	:tangle-mode	292
`----

The header arguments from Level One (:output-dir and :tangle) are not
there anymore and only the ones from the Second Level are used.

I would have expected the Level Two header arguments to be added to the
ones from Level One and the File wide?

--8<---------------cut here---------------end--------------->8---

Is this to be expected? I always thought, that the properties are
hierarchical, and that the ones from the lower levels / headers are used
as well?

Is this not the case, or id this a bug?

With property inheritance I would have expected the inheritance, but it
does not seem to make a difference?

Thanks,

Rainer

-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.de

Skype:      RMkrug

PGP: 0x0F52F982

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 494 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-06-01 17:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-29 11:57 org-use-property-inheritance not working? Rainer M Krug
2015-05-29 19:01 ` Charles C. Berry
2015-05-29 22:21   ` Nicolas Goaziou
2015-05-30 11:04     ` Rainer M Krug
2015-05-30 22:49       ` Nicolas Goaziou
2015-05-31 11:46         ` Rainer M Krug
2015-05-31 22:17           ` Nicolas Goaziou
     [not found]             ` <m24mmrlssh.fsf@krugs.de>
2015-06-01 16:01               ` Nicolas Goaziou
2015-06-01 16:15                 ` Rainer M Krug
2015-06-01 17:11                   ` Nicolas Goaziou

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).