From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: tags pdfs vs. html Date: Wed, 20 Feb 2013 18:06:18 +0100 Message-ID: <8738wq5305.fsf@gmail.com> References: <87obff0z54.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8D7v-000151-Up for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 12:06:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8D7q-0000B9-0o for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 12:06:39 -0500 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:36763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8D7p-0000Aq-P9 for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 12:06:33 -0500 Received: by mail-wi0-f170.google.com with SMTP id hm11so6743354wib.3 for ; Wed, 20 Feb 2013 09:06:32 -0800 (PST) In-Reply-To: <87obff0z54.fsf@bzg.ath.cx> (Bastien's message of "Wed, 20 Feb 2013 16:43:19 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: m k , emacs-orgmode@gnu.org Hello, Bastien writes: > 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?=C2=A0 > > 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? There are already two ways to configure tags in latex back-end: `org-latex-format-headline-function' (which is easy to use) and headline filters. If you think the request is common enough to justify a dedicated variable, go ahead (or I can do it, if you don't want to). Though, as far as I'm concerned, I'm not convinced it is useful here. Regards, --=20 Nicolas Goaziou