From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: tags pdfs vs. html Date: Wed, 20 Feb 2013 16:43:19 +0100 Message-ID: <87obff0z54.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8BpZ-00075e-7c for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 10:43:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8BpT-00059r-Ly for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 10:43:37 -0500 Received: from mail-ee0-f50.google.com ([74.125.83.50]:52672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8BpT-00059d-FN for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 10:43:31 -0500 Received: by mail-ee0-f50.google.com with SMTP id e51so4162774eek.23 for ; Wed, 20 Feb 2013 07:43:30 -0800 (PST) In-Reply-To: (m. k.'s message of "Mon, 18 Feb 2013 11:56:05 -0500") 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: m k Cc: emacs-orgmode@gnu.org Hi, m k writes: > I am new to org-mode. When I place a tag :New: at the end of a > line...when I export to html, the text new is visible highlighted in > blue. However, when I export to pdf, the text :New: is there. How can > I make the pdf display the same formatting as the html?  The display of the tags is different because HTML and LaTeX are different. There use to be `org-export-latex-tag-markup' which told what markup to use for the LaTeX tag, we could revive it. Nicolas, what do you think? > Also, if I want the highlighting to be in yellow, how can I make that > change? In the CSS, modify the class "tag". HTH, -- Bastien