emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Export options being ignored


From: Carsten Dominik
Subject: Re: [O] Export options being ignored
Date: Thu, 5 May 2011 12:48:46 +0200

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

>>>>>> "Carsten" == Carsten Dominik <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]