Hi

In auctex 11.87 the following worked nicely via customize 
(custom-set-variables
 '(TeX-expand-list
   (quote
    (("%s" file nil t)
     ("%R" file "rtf" t)
     ("%O" file "odt" t)
     ("%t" file t t))))
 '(TeX-command-list
   (quote
    (("pandoclatex2odt" "pandoc -s -R -f latex --toc %t -t odt -o %O" 
TeX-run-command t t)))))

But when I try to do the same in auctex-11.89 the syntax of the
TeX-expand-list did not work (ah backward compatibility).

Any suggestions please?

Uwe Brauer


_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to