Bastien >> + ;; Backend-specific preprocessing >> + (let* ((backend-name (symbol-name backend)) >> + (f (intern (format "org-export-%s-preprocess" backend-name)))) >> + (require (intern (concat "org-" backend-name)) nil) >> + (funcall f parameters))
A few words of explanation from my side. Summary: Facilitate transparent plugging-in of per-backend pre-processing logic to the org exporter. Jambunathan K. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode