From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to reuse page keywords for LaTeX with pdfkeywords and hyperref package? Date: Tue, 22 Mar 2011 10:53:34 +0100 Message-ID: <87ipvbxyzl.fsf@gnu.org> References: <000301cbe823$5e020080$1a060180$@us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=41823 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1yHl-00028G-Ct for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 05:53:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1yHk-00012B-51 for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 05:53:57 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:42161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1yHj-00011y-T0 for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 05:53:56 -0400 Received: by fxm18 with SMTP id 18so7249435fxm.0 for ; Tue, 22 Mar 2011 02:53:54 -0700 (PDT) In-Reply-To: <000301cbe823$5e020080$1a060180$@us> (Mikhail Titov's message of "Mon, 21 Mar 2011 18:54:49 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mikhail Titov Cc: 'Org mailing list' Hi Mikhail, "Mikhail Titov" writes: > I would like to be able to have same keywords for both HTML and PDF > output. I was a bit surprised that it is not there yet. I’m not a lisp > user:( Could someone suggest what needs to be done to use > org-export-page-keywords to set the value of pdfkeywords option of hyperref > LaTeX package? This is not possible right now. You can do it manually by removing hyperref from the `org-export-latex-default-packages-alist' variable, and by adding such a header in your org file: #+LATEX_HEADER: \usepackage[dvips, bookmarks, colorlinks=false, pdftitle={An example PDF file from LaTeX}, pdfauthor={Diego Santa Cruz}, pdfsubject={From LaTeX to PDF}, pdfkeywords={PDF, LaTeX, hyperlinks, hyperref}]{hyperref} But your request makes sense, I might implement it someday. Best, -- Bastien