From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [bug, ox-latex] Parsed keywords and export with subscript Date: Thu, 23 Mar 2017 16:23:08 +0100 Message-ID: <87h92kqaoz.fsf@gmx.us> References: <87efy02mwv.fsf@gmx.us> <878to7ixu0.fsf@nicolasgoaziou.fr> 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]:40821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cr4a5-0002ot-He for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 11:23:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cr4a0-0007yl-Gr for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 11:23:17 -0400 Received: from mout.gmx.net ([212.227.17.21]:56658) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cr4a0-0007xz-5V for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 11:23:12 -0400 In-Reply-To: <878to7ixu0.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 14 Mar 2017 18:15:35 +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: mail@nicolasgoaziou.fr Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> It would seem that parse doesn't behave correctly when >> org-export-with-sub-superscripts is turned off via #+options. >> >> Example: >> >> #+options: ^:nil >> #+date: a_b >> >> * test >> a_b >> >> Exported result with ox-latex: >> >> %% ... >> \date{a\(\_b\)} >> %% ... >> \section{test} >> a\_b >> %% ... >> >> Expected result=20 >> >> %% ... >> \date{a\_b} >> %% ... >> \section{test} >> a\_b >> %% ... > > Fixed. Thank you. 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 in= stead? (append (org-export-get-all-options backend) org-export-options-alist) Thanks, Rasmus --=20 Enough with the blah blah!