From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: Re: State of things: Email with orgmode? Date: Tue, 26 Apr 2016 21:41:32 +0200 Message-ID: <87h9eoqhsj.fsf@oldgnu.org> References: <87shy8ix7f.fsf@oldgnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av8rb-00010c-Db for emacs-orgmode@gnu.org; Tue, 26 Apr 2016 15:41:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1av8rW-0005Sx-DQ for emacs-orgmode@gnu.org; Tue, 26 Apr 2016 15:41:39 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:36216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av8rW-0005Sr-6F for emacs-orgmode@gnu.org; Tue, 26 Apr 2016 15:41:34 -0400 Received: by mail-wm0-x242.google.com with SMTP id w143so7111649wmw.3 for ; Tue, 26 Apr 2016 12:41:34 -0700 (PDT) In-Reply-To: (John Kitchin's message of "Tue, 26 Apr 2016 10:54:15 -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" To: John Kitchin Cc: emacs-orgmode@gnu.org Hello, >> Jeremie Juste writes: >> Do you think Is it possible to invert the colors of the latex images? I use a black >> background and it's impossible to see the latex images. > John Kitchin writes: > See the variable org-format-latex-options . you might be able to change > it. Maybe something like (untested) > > (plist-put org-format-latex-options :html-background "white") It works fine. Thanks for the lead. It you can tweak all the org-format-latex-options as well. (plist-put org-format-latex-options :html-scale 1.5) (plist-put org-format-latex-options :html-background "black") (plist-put org-format-latex-options :html-foreground "white") Best regards, Jeremie Juste