emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jambunathan K
Subject: Re: [O] [Accepted] org-export-preprocess-string: Use backend var
Date: Mon, 28 Feb 2011 18:16:22 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]