From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: LaTeX appears not to like default Org tag export format (\hfill)? Date: Fri, 24 May 2013 12:07:55 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvTF-0000fx-V2 for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:08:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfvTB-0002dC-7b for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:08:01 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:38165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvTA-0002ae-Q7 for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:07:57 -0400 Received: by mail-lb0-f179.google.com with SMTP id r11so4937490lbv.10 for ; Fri, 24 May 2013 10:07:56 -0700 (PDT) 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: emacs-orgmode I'm getting errors on tag export: Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\hfill' on input line 1706. The tags get converted to this: \subsection{Headline title\hfill{}\textsc{tag}} It looks like LaTeX doesn't like that. Any suggestions? John