Hello, Rasmus <ras...@gmx.us> writes:
> Backend-specific keywords are still an issue. E.g. try this example with > ox-latex or ox-koma-letter. > > #+options: ^:nil > #+author: 2017_03_23 > > #+subject: 2017_03_23 > #+title: 2017_03_23 > > #+subtitle: 2017_03_23 > > In patch 6cd42b08f9347a8d6084ec23548b754f9e02b2a1 you used > > (dolist (entry org-export-options-alist) > > in ‘org-export-as’ Would it be possible to use this list instead? > > (append (org-export-get-all-options backend) > org-export-options-alist) Of course. Done. Thank you. Regards, -- Nicolas Goaziou