From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Subject: article-class.org (org-article) - bugs/discrepancies Date: Sat, 21 May 2011 18:20:31 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNqnK-0008Ce-3q for emacs-orgmode@gnu.org; Sat, 21 May 2011 14:20:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNqnI-00066W-Oj for emacs-orgmode@gnu.org; Sat, 21 May 2011 14:20:57 -0400 Received: from lo.gmane.org ([80.91.229.12]:35723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNqnI-00065r-Ga for emacs-orgmode@gnu.org; Sat, 21 May 2011 14:20:56 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QNqnA-0007cG-Na for emacs-orgmode@gnu.org; Sat, 21 May 2011 20:20:51 +0200 Received: from ip68-111-64-190.oc.oc.cox.net ([68.111.64.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 May 2011 20:20:48 +0200 Received: from sp_us by ip68-111-64-190.oc.oc.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 May 2011 20:20:48 +0200 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@gnu.org Tom, The org-article class is very helpful. Thank you. I have 2 issues with the class. Issue #1 I tried to generate the org-article.cls from the article-class.org at https://github.com/tsdye/org-article/blob/master/article-class.org. The following line in the article-class.org needs to be modified: from: #+begin_src emacs-lisp :var table=gantttest to: #+begin_src emacs-lisp :var table=gantttesttable Issue #2: I was trying to pass some options to hyperref so that the PDF file metadata gets populated with orgmode macros but unable to do so effectively. I tried the following: #+LaTeX_CLASS_OPTIONS: [koma,letterpaper,captions=tableheading,charter,10pt,listings- sv,microtype,paralist,bookmarksopen=true,colorlinks=true,linkcolor=blue, urlcolor=blue,bookmarksnumbered=true,pdftitle= {{{title}}},pdfauthor={{{author}}},pdfkeywords={{{keywords}}},pdfsubject= {{{description}}},pdfproducer=orgmode,secnums,oneside] This produces a PDF but whitespace in AUTHOR, KEYWORDS, TITLE and DESCRIPTION are not preserved. If I try to do something like pdfauthor={{{{author}}}}, then PDF is not generated correctly (a PDF file is produced but output is garbled). The extra set of braces is not handled. Do you have any suggestions on how to pass parameters to hyperref using the macro features of orgmode? - Srinivas