From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH 1/3] Mark ox-latex variables safe locals under proper conditions Date: Tue, 29 Oct 2013 09:24:26 +0100 Message-ID: <874n80a3id.fsf@gmail.com> References: <1382991543-14273-1-git-send-email-aaronecay@gmail.com> <1382991543-14273-2-git-send-email-aaronecay@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb4b4-0006GJ-G5 for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb4av-0002C8-Vj for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:24:18 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:58547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb4av-0002Bp-IU for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:24:09 -0400 Received: by mail-we0-f169.google.com with SMTP id q58so7930524wes.28 for ; Tue, 29 Oct 2013 01:24:08 -0700 (PDT) In-Reply-To: <1382991543-14273-2-git-send-email-aaronecay@gmail.com> (Aaron Ecay's message of "Mon, 28 Oct 2013 16:19:01 -0400") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Aaron Ecay Cc: emacs-orgmode@gnu.org Hello, Aaron Ecay writes: > * lisp/ox-latex.el (org-latex-with-hyperref, > org-latex-default-table-mode, org-latex-tables-booktabs, > org-latex-tables-centered, org-latex-table-caption-above, > org-latex-listings): add safe local variable properties Thanks for the patch. It is interesting. Out of curiosity, why did you skip other variables (e.g. org-latex-footnote-separator)? Regards, -- Nicolas Goaziou