From: Jambunathan K <kjambunathan@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: [Accepted] org-export-preprocess-string: Use backend var
Date: Mon, 28 Feb 2011 18:16:22 +0530 [thread overview]
Message-ID: <81vd0472e9.fsf@gmail.com> (raw)
In-Reply-To: <20110228112050.0F5D86A2C@myhost.localdomain> (Bastien Guerry's message of "Mon, 28 Feb 2011 12:20:50 +0100 (CET)")
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.
next prev parent reply other threads:[~2011-02-28 12:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-19 17:00 [PATCH] org-export-preprocess-string: Use backend var Jambunathan K
2011-02-28 11:20 ` [Accepted] " Bastien Guerry
2011-02-28 12:46 ` Jambunathan K [this message]
2011-02-28 13:56 ` Bastien
2011-03-19 13:29 ` Matt Lundin
2011-03-19 20:33 ` Matt Lundin
2011-02-28 11:22 ` [PATCH] " Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=81vd0472e9.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).