From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Configuring listings for file or language Date: Tue, 15 Oct 2019 09:58:03 +0300 Message-ID: <87pniy8phg.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45185) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKGmb-0005Nf-AT for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 02:58:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKGma-000737-Ec for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 02:58:13 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:38862 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iKGma-00072k-7X for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 02:58:12 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iKGmW-000kG3-Tj for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 08:58:08 +0200 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: emacs-orgmode@gnu.org Greetings. The help documentation for the variable org-latex-listings-options suggests that it is easy to configure these options - globally for all files and languages using this variable - for each code block separately using #+attr_latex Is it possible to configure these options for all code blocks 1. in a single org file 2. for a single language? Thanks! Jarmo