On 5.5.2011, at 12:40, Eden Cardim wrote:

>>>>>> "Carsten" == Carsten Dominik <carsten.domi...@gmail.com> 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
> 
> 


Reply via email to