From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Hook Function Examples Date: Sun, 24 Jan 2010 16:40:27 -0800 Message-ID: <4B5CE87B.6060603@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZD0a-0003gO-Es for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 19:40:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZD0Z-0003gC-GV for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 19:40:48 -0500 Received: from [199.232.76.173] (port=49247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZD0Z-0003g9-Ee for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 19:40:47 -0500 Received: from qmta05.westchester.pa.mail.comcast.net ([76.96.62.48]:33017) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZD0Z-00009a-5I for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 19:40:47 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode emacs-orgmode I am trying to make use of some of the hooks for exporting and haven't found any docs about what they take or how to make use of them (elisp is *not* my native language). In particular, I am trying to figure out how to use the following to see if any of them are going to help me: org-export-preprocess-hook org-export-preprocess-after-tree-selection-hook org-export-preprocess-final-hook Any examples of a hook function for these would help a lot. In particular, what are the parameters, is the point "looking at" anything in particular, etc. Mark