Hi
I would like to export a org file, either as a latex file or as a html
file, but in a different directory. Googeling
https://stackoverflow.com/questions/9559753/emacs-org-mode-export-to-another-directory
But
#+bind: org-export-publishing-directory "./exports"
#+TBLNAME: original
| Day | Color | Level | Quantity |
|-----------+-------+-------+----------|
| Tuesday | Red | 51 | 12 |
| Thursday | Red | 49 | 30 |
| Tuesday | Red | 45 | 15 |
| Thursday | Red | 41 | 29 |
| Thursday | Red | 39 | 24 |
| Tuesday | Blue | 33 | 18 |
| Monday | Red | 30 | 11 |
| Wednesday | Red | 27 | 23 |
| Monday | Blue | 25 | 3 |
| Wednesday | Blue | 15 | 15 |
| Wednesday | Blue | 12 | 16 |
| Friday | Blue | 11 | 9 |
| Friday | Blue | 7 | 5 |
| Friday | Blue | 6 | 8 |
Does not work this variable does exist any more. (Backward compatibility
sigh)
So which is the correct variable to be used, now?
Thanks
Uwe Brauer