manual - add code to export to texinfo on save

This commit is contained in:
contrapunctus 2020-08-28 11:00:39 +05:30
parent a6ead3aac3
commit a6dd81a8bc
1 changed files with 1 additions and 0 deletions

View File

@ -443,4 +443,5 @@ Each of these has a corresponding function to clear it and fill it with values -
# Local Variables:
# org-link-file-path-type: relative
# eval: (progn (make-local-variable (quote after-save-hook)) (add-hook (quote after-save-hook) (lambda () (org-export-to-file 'texinfo "manual.info"))))
# End: