From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eden Cardim Subject: Re: Export options being ignored Date: Thu, 05 May 2011 07:40:02 -0300 Message-ID: References: <24377.1304570014@alphaville.dokosmarshall.org> <24788.1304572094@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHvyr-0005Kq-Mt for emacs-orgmode@gnu.org; Thu, 05 May 2011 06:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHvyq-0000jM-Dr for emacs-orgmode@gnu.org; Thu, 05 May 2011 06:40:25 -0400 Received: from lo.gmane.org ([80.91.229.12]:47500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHvyq-0000j5-8N for emacs-orgmode@gnu.org; Thu, 05 May 2011 06:40:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QHvyl-0002tL-W8 for emacs-orgmode@gnu.org; Thu, 05 May 2011 12:40:19 +0200 Received: from c906330d.virtua.com.br ([201.6.51.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2011 12:40:19 +0200 Received: from edencardim by c906330d.virtua.com.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2011 12:40:19 +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 >>>>> "Carsten" == Carsten Dominik writes: Carsten> This is fixed now, by looking for white space instead of Carsten> beginning-of-word. Thanks for the analysis. Still needs the following patch for it to work: --8<---------------cut here---------------start------------->8--- diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 5bf1d1b..cda1f98 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -864,7 +864,7 @@ security risks." options)) (setq p (plist-put p (car o) (car (read-from-string - (match-string 1 options)))))))))) + (match-string 2 options)))))))))) p) (defun org-export-add-subtree-options (p pos) --8<---------------cut here---------------end--------------->8--- -- Eden Cardim Software Engineer edencardim.com +55 73 9986-3963