From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#11213: 24.0.95; (Maybe/Wish): Should color-themes be buffer local? Date: Wed, 11 Apr 2012 14:58:10 +0800 Message-ID: <87lim2oiv1.fsf@gnu.org> References: <81wr5n2vw5.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334127552 3310 80.91.229.3 (11 Apr 2012 06:59:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2012 06:59:12 +0000 (UTC) Cc: 11213@debbugs.gnu.org To: Jambunathan K Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 08:59:11 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SHrWG-0005Qw-0h for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2012 08:59:08 +0200 Original-Received: from localhost ([::1]:46141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHrWF-0000NO-HH for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2012 02:59:07 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHrW8-0000N1-FK for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 02:59:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHrW6-0001c7-FA for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 02:59:00 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHrW6-0001c1-Bs for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 02:58:58 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SHrX8-0003iF-SE for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 03:00:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Apr 2012 07:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11213 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11213-submit@debbugs.gnu.org id=B11213.133412757414199 (code B ref 11213); Wed, 11 Apr 2012 07:00:02 +0000 Original-Received: (at 11213) by debbugs.gnu.org; 11 Apr 2012 06:59:34 +0000 Original-Received: from localhost ([127.0.0.1]:50228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHrWf-0003gx-9P for submit@debbugs.gnu.org; Wed, 11 Apr 2012 02:59:34 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:55057) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHrWc-0003gq-9C for 11213@debbugs.gnu.org; Wed, 11 Apr 2012 02:59:31 -0400 Original-Received: from [155.69.16.95] (port=49408 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SHrVX-0007Cf-1t; Wed, 11 Apr 2012 02:58:23 -0400 In-Reply-To: <81wr5n2vw5.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 11 Apr 2012 01:37:38 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58755 Archived-At: Jambunathan K writes: > ODT exporter uses htmlfontify.el to export source blocks with some > fancy colors.[2] The implication is that an ODT file created out of an > Org file (with src blocks) will look and feel differently based on > individual user's font lock settings. If there was/were a way to > activate a theme on per-buffer basis, then I would like to use it > within the ODT exporter. Your description is not too clear, but I guess what you're trying to say is that you want the htmlfontified output to use some standard set of faces, independent of the user's face settings. Probably the best way to do that is to set up face remappings in the to-be-exported buffer. See the Face Remapping node in the Lisp manual for details.