Sebastien Vauban <[email protected]> wrote:
> >> #+property: var bar=44
> >> #+begin_src emacs-lisp
> >> (+ bar bar)
> >> #+end_src
> >
> > This one worked after C-c C-c on the property line.
>
> I did C-c C-c on the property line -- before sending. It still does not work.
>
> Even with the property line outside of the subtrees[1], that is at the top
> level of the file, it still does not work after a C-c C-c...
>
Do C-h v org-file-properties RET before and after the C-c C-c:
afterwards I get
,----
| org-file-properties is a variable defined in `org.el'.
| Its value is (("var" . "bar=44"))
|
| Local in buffer seb.org; global value is nil
|
| Automatically becomes buffer-local when set in any fashion.
|
| Documentation:
| List of property/value pairs that can be inherited by any entry.
| Valid for the current buffer.
| This variable is populated from #+PROPERTY lines.
`----
What do you get?
Nick