Re: [Orgmode] Hook Function Examples

2010-01-28 Thread Carsten Dominik
On Jan 25, 2010, at 7:21 AM, Mark Elston wrote: On 1/24/2010 9:24 PM, Nick Dokos wrote: Mark Elston wrote: 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). The Em

Re: [Orgmode] Hook Function Examples

2010-01-25 Thread Nick Dokos
Mark Elston wrote: > > OK. From what I read I am assuming that a buffer is created with some > already-processed (though not completely) org data as its initial > content. Then, at some point, these hook functions are called on this > new buffer. I assume this is the case since you wouldn't w

Re: [Orgmode] Hook Function Examples

2010-01-24 Thread Mark Elston
On 1/24/2010 9:24 PM, Nick Dokos wrote: Mark Elston wrote: 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). The Emacs Lisp Reference manual has a section (23.1: Hooks) o

Re: [Orgmode] Hook Function Examples

2010-01-24 Thread Nick Dokos
Mark Elston wrote: > 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). > The Emacs Lisp Reference manual has a section (23.1: Hooks) on hooks, but I'm not sure how helpfu

[Orgmode] Hook Function Examples

2010-01-24 Thread Mark Elston
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-pre