Consider the following file.
#+HEADER: :tangle /tmp/a.org
#+BEGIN_SRC org
,* COMMENT a
paragraph
,* COMMENT b
paragraph
,* COMMENT c
paragraph
#+END_SRC
I started Emacs using the command shown below.
#+BEGIN_SRC sh
emacs -Q /tmp/a.org
#+END_SRC
I evaluated the following sexp using M-: (e
Hello,
I am trying to have an entry in a table use a value of a PROPERTY.
Every time I try to enter, say,
:=$PROP_r1
into a table, the r1 becomes @1$18. I have tried this with emacs -Q. I
am using emacs from git (as of a week or two ago) and org that comes
with it.
Here is what I get:
--8<--