Re: [O] Exporter: Derived backend options-alist

2015-03-02 Thread James Harkins
On March 3, 2015 12:51:31 AM Nicolas Goaziou wrote: > Then I created an org file that begins: > > #+BEGIN_SRC org > ,#+title:: PulseCount > ,#+summary:: Pulse counter. > ,#+related:: Classes/Stepper > ,#+categories:: UGens>Triggers It should be #+title: PulseCount Gah... doubled c

Re: [O] Exporter: Derived backend options-alist

2015-03-02 Thread Nicolas Goaziou
Hello, James Harkins writes: > I'm trying to derive an exporter backend from ASCII. I need to add some > export options, so I have: > > #+BEGIN_SRC {emacs-lisp} > (org-export-define-derived-backend 'scdoc 'ascii > :translate-alist ... omitted for brevity... > :options-alist > '((:categor

[O] Exporter: Derived backend options-alist

2015-03-02 Thread James Harkins
I'm trying to derive an exporter backend from ASCII. I need to add some export options, so I have: #+BEGIN_SRC {emacs-lisp} (org-export-define-derived-backend 'scdoc 'ascii :translate-alist ... omitted for brevity... :options-alist '((:categories "CATEGORIES" nil nil t) (:related "RELA