emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Exporter] How to save 'info' plist for later use?


From: Thorsten Jolitz
Subject: Re: [O] [Exporter] How to save 'info' plist for later use?
Date: Wed, 10 Jul 2013 17:33:58 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Jambunathan K <address@hidden> writes:

> Add a filter or a translator.  One of the arguments to that filter is
> the plist you are looking for.  Work back from there and you will get
> the right APIs to use.
>
> The snippet below from ox-odt.el should be a good starting point for
> further exploration.  The translators do fairly *non-trivial*
> transformation on the "lispy" parse-tree before triggering off the
> actual export.  There you will see the APIs for element translation.
>
>   :filters-alist '((:filter-parse-tree
>                   . (org-odt--translate-latex-fragments
>                      org-odt--translate-description-lists ; Dummy symbol
>                      org-odt--translate-list-tables)))

Thats indeed close to what I need and a useful example, thanks. 

-- 
cheers,
Thorsten




reply via email to

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