I would like to set variables scattered throughout a document and then total them at some place in the document.
For example,
#+NAME: apples 10
And then I have some
#+NAME: pears 5
And a some point later
Total: $apples + $pears
Result: 15
I would like to set variables scattered throughout a document and then total them at some place in the document.
For example,
#+NAME: apples 10
And then I have some
#+NAME: pears 5
And a some point later
Total: $apples + $pears
Result: 15