From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Export options being ignored Date: Thu, 5 May 2011 12:48:46 +0200 Message-ID: <81FA5828-301B-4001-B5C0-F72401277E45@gmail.com> References: <24377.1304570014@alphaville.dokosmarshall.org> <24788.1304572094@alphaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHw72-0000EO-9C for emacs-orgmode@gnu.org; Thu, 05 May 2011 06:48:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHw71-0002Hg-BB for emacs-orgmode@gnu.org; Thu, 05 May 2011 06:48:52 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:37086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHw71-0002Hb-6G for emacs-orgmode@gnu.org; Thu, 05 May 2011 06:48:51 -0400 Received: by ewy9 with SMTP id 9so695056ewy.0 for ; Thu, 05 May 2011 03:48:50 -0700 (PDT) In-Reply-To: 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: Eden Cardim Cc: emacs-orgmode@gnu.org On 5.5.2011, at 12:40, Eden Cardim wrote: >>>>>> "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: Yes, thanks. - Carsten > > --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 > >