emacs-orgmode
[Top][All Lists]
Advanced

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

[O] new exporter, conditional options according to backend


From: Ezequiel Birman
Subject: [O] new exporter, conditional options according to backend
Date: Fri, 18 Jan 2013 12:47:19 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Is it possible to write something like this with the new exporter?

#+OPTIONS: (if (and (boundp 'org-export-current-backend) (eq 
org-export-current-backend 'e-beamer)) "H:1" "H:3")

>From what I read in org-export.el the backend is stored in a plist, not
sure how to get it's value when exporting.

Or, maybe I need to write a filter function to be run from
org-export-before-process-hook?

-- 
Ezequiel Birman




reply via email to

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