Re: [Orgmode] Where to define functions for use with org

2008-10-31 Thread Eric Schulte
Daniel Clemente <[EMAIL PROTECTED]> writes: > Hi, I'd like some suggestions about storing (defun)s in .org-files. > > Sometimes Org must use ELisp functions, for instance: > - a dynamic table uses a function org-dblock-write:some_name to create its > contents > - a table uses a formula like $

[Orgmode] Where to define functions for use with org

2008-10-30 Thread Daniel Clemente
Hi, I'd like some suggestions about storing (defun)s in .org-files. Sometimes Org must use ELisp functions, for instance: - a dynamic table uses a function org-dblock-write:some_name to create its contents - a table uses a formula like $5='(my-function $2) which does a calculation not avail