From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: Re: latex preview table environment Date: Sat, 18 Feb 2017 08:25:50 +0100 Message-ID: <87r32w0xkx.fsf@gmail.com> References: <87k28pg74k.fsf@gmail.com> <87vas9ztuf.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cezPF-0006VQ-W1 for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 02:26:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cezPB-0006fd-28 for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 02:26:09 -0500 Received: from [195.159.176.226] (port=59535 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cezPA-0006fV-RS for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 02:26:05 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cezOz-0007nT-RF for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 08:25:53 +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: emacs-orgmode@gnu.org I found the culprit. I have set my background color to black and forground color to white. Yet when I adust the org-format-latex-options to see the preview white on black, the tabular environment displays the expected color setting but not the table environment. So far I can only change the background color to preview the table environment but not the foreground color. I'll try to find a solution and come back if I do. In the meantime any idea to fix this issue is welcome :-). Below are the settings with which I hope you could reproduce this phenomenon. (set-background-color "black") (set-foreground-color "white") (setq org-format-latex-options '(:foreground "white" :background "black" :scale 1.4 :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 :matchers ("begin{.*[^table]}" "end{.*[^le]}" "$1" "$" "$$" "\\(" "\\["))) Thanks again, Jeremie