From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug, ox-latex] Parsed keywords and export with subscript Date: Thu, 23 Mar 2017 16:47:21 +0100 Message-ID: <878tnw9era.fsf@nicolasgoaziou.fr> References: <87efy02mwv.fsf@gmx.us> <878to7ixu0.fsf@nicolasgoaziou.fr> <87h92kqaoz.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cr4xS-0002z3-2B for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 11:47:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cr4xR-00011e-7Q for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 11:47:26 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:52931) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cr4xR-00010x-1K for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 11:47:25 -0400 In-Reply-To: <87h92kqaoz.fsf@gmx.us> (rasmus@gmx.us's message of "Thu, 23 Mar 2017 16:23:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus 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 =E2=80=98org-export-as=E2=80=99 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, --=20 Nicolas Goaziou