Re: [O] [Accepted] org-export-preprocess-string: Use backend var

2011-02-28 Thread Jambunathan K

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


Re: [O] [Accepted] org-export-preprocess-string: Use backend var

2011-02-28 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes:

 A few words of explanation from my side.

 Summary: Facilitate transparent plugging-in of per-backend
 pre-processing logic to the org exporter.

Thanks!

-- 
 Bastien

___
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