From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: bug in ox-koma-letter.el Date: Thu, 7 Apr 2016 09:56:50 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao4vP-0002gk-1w for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 04:04:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ao4vL-0006sx-RF for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 04:04:22 -0400 Received: from imta21.fe.bosch.de ([139.15.243.226]:14228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao4vL-0006sh-FH for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 04:04:19 -0400 Received: from smtp6-v.fe.bosch.de (imta24.fe.bosch.de [139.15.243.27]) by imta21.fe.bosch.de (Postfix) with ESMTP id 56E4FC02ED for ; Thu, 7 Apr 2016 09:57:01 +0200 (CEST) Received: from vsmta14.fe.internet.bosch.com (unknown [10.4.98.54]) by imta24.fe.bosch.de (Postfix) with ESMTP id 50630D80235 for ; Thu, 7 Apr 2016 09:56:51 +0200 (CEST) Received: from FE-HUB1001.de.bosch.com (vsgw22.fe.internet.bosch.com [10.4.98.11]) by vsmta14.fe.internet.bosch.com (Postfix) with ESMTP id 0DA3EA40547 for ; Thu, 7 Apr 2016 09:56:51 +0200 (CEST) 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" Hello, with latest org-mode version from git I get the following error when I try to export a subtree to pdf via koma-letter: if: Symbol's value as variable is void: option I did a little search: 'option' occurs in commit: 3ee3663 ox-koma-letter: Add support for LOCATION I reverted that commit and export works fine. I don't know how to fix this so I can't provide a patch - sorry. Thanks for looking into this. -- Thomas