From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: tags pdfs vs. html Date: Sat, 23 Feb 2013 15:02:40 +0100 Message-ID: <87sj4ndt6n.fsf@bzg.ath.cx> References: <87obff0z54.fsf@bzg.ath.cx> <8738wq5305.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Fgh-0002Bx-Ff for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 09:02:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9FgZ-0008Nl-Iq for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 09:02:51 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:52231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9FgZ-0008Ne-C5 for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 09:02:43 -0500 Received: by mail-wi0-f180.google.com with SMTP id hi8so1728718wib.1 for ; Sat, 23 Feb 2013 06:02:42 -0800 (PST) In-Reply-To: <8738wq5305.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 20 Feb 2013 18:06:18 +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: Nicolas Goaziou Cc: m k , emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > 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. I ended up extracting the example function that was in the docstring of `org-latex-format-headline-function' and the code now use this for `org-latex-format-headline-default-function'. That was we have both compatibility and the flexibility you introduced. Hope that's fine with you! Best, -- Bastien