On 08/26/2015 11:19 PM, Thomas S. Dye
wrote:
Finally, I tried "Local variables"? Never did this before but attempted
it and put:
# Local Variables:
# org-html-postamble: t
# org-export-html-postamble-format: "Hello World"
# End:
in my .org file and still no luck.
After you add this to the .org file, you need to refresh the setup. I
do this by moving cursor to the top of the file (with all of the #+
lines) and pressing C-c C-c. You should get a message asking if it is
OK to set local variables. Pressing y should set org-html-postamble and
org-export-html-postamble-format for that buffer.
hth,
Tom